wcf configuration for this code
- by user208081
I have the following code and would like to convert a lot of code into configuration settings for WCF. As you can see, the code is using wshttpbinding.
I appreciate any help on this.
try
{
// Provides a unique network address that a client uses to communicate with a service endpoint.
EndpointAddress…