ChannelFactory.InitializeEndpoint Method (String, EndpointAddress)
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Initializes the service endpoint of the channel factory with a specified address and configuration.
Namespace: System.ServiceModel
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Syntax
'Declaration
Protected Sub InitializeEndpoint ( _
configurationName As String, _
address As EndpointAddress _
)
protected void InitializeEndpoint(
string configurationName,
EndpointAddress address
)
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.
Version Information
Silverlight
Supported in: 5, 4, 3
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0
XNA Framework
Supported in: Windows Phone OS 7.0
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.