ChannelFactory(Of TChannel) Constructor (String)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initializes a new instance of the ChannelFactory(Of TChannel) class and configures the endpoint.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- endpointConfigurationName
- Type: System.String
The name of the file that contains the service endpoint configuration for the channels created by the factory.
Show: