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.

ChannelFactory::InitializeEndpoint Method

 

Initializes the service endpoint of the channel factory.

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

NameDescription
System_CAPS_protmethodInitializeEndpoint(Binding^, EndpointAddress^)

Initializes the service endpoint of the channel factory with a specified binding and address.

System_CAPS_protmethodInitializeEndpoint(ServiceEndpoint^)

Initializes the service endpoint of the channel factory with a specified endpoint.

System_CAPS_protmethodInitializeEndpoint(String^, EndpointAddress^)

Initializes the service endpoint of the channel factory with a specified address and configuration.

You must have an address to initialize an endpoint, but can have just the binding or configuration instead of the full endpoint.

Return to top
Show:
© 2017 Microsoft