WebChannelFactory<TChannel> Constructor (String^, Uri^)
Initializes a new instance of the WebChannelFactory<TChannel> class with the specified endpoint configuration and Uri.
Assembly: System.ServiceModel.Web (in System.ServiceModel.Web.dll)
Parameters
- endpointConfigurationName
-
Type:
System::String^
The name within the application configuration file where the channel is configured.
- remoteAddress
-
Type:
System::Uri^
The URI of the Web service that is called.
The endpointConfigurationName parameter must be set to the same value as the name attribute of the <endpoint> element in the application configuration file.
The following code shows how to use this constructor to create a WebChannelFactory<TChannel> instance and call a service.
Available since 3.5