Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

WebChannelFactory<TChannel> Constructor (String^, Uri^)

 

Initializes a new instance of the WebChannelFactory<TChannel> class with the specified endpoint configuration and Uri.

Namespace:   System.ServiceModel.Web
Assembly:  System.ServiceModel.Web (in System.ServiceModel.Web.dll)

public:
WebChannelFactory(
	String^ endpointConfigurationName,
	Uri^ remoteAddress
)

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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.5
Return to top
Show:
© 2017 Microsoft