ChannelFactory.InitializeEndpoint Method (String, EndpointAddress)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initializes the service endpoint of the channel factory with a specified address and configuration.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- configurationName
- Type: System.String
The name of the configuration file with which to initialize the channel factory.
- address
- Type: System.ServiceModel.EndpointAddress
The EndpointAddress with which to initialize endpoints for the channel factory.
Show: