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
.NET Framework (current version)
Initializes the service endpoint of the channel factory.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() | InitializeEndpoint(Binding^, EndpointAddress^) | Initializes the service endpoint of the channel factory with a specified binding and address. |
![]() | InitializeEndpoint(ServiceEndpoint^) | Initializes the service endpoint of the channel factory with a specified endpoint. |
![]() | InitializeEndpoint(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.
Show:
