In WCF, There are 4 ways to create the proxy class:
1. Using the Add Service Reference dialog box in Visual Studio
2. Using svcutil.exe
3. Creating the proxy class manually by inheriting from ClientBase or DuplexClientBase class
4. Creating the proxy class dynamically at runtime using ChannelFactory class
Here are the details:
No comments:
Post a Comment