ServiceHostBase::AddServiceEndpoint Method

 

Adds the service endpoints to the service hosted.

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

NameDescription
System_CAPS_pubmethodAddServiceEndpoint(ServiceEndpoint^)

Adds the specified service endpoint to the hosted service.

System_CAPS_pubmethodAddServiceEndpoint(String^, Binding^, String^)

Adds a service endpoint to the hosted service with a specified contract, binding, and endpoint address.

System_CAPS_pubmethodAddServiceEndpoint(String^, Binding^, String^, Uri^)

Adds a service endpoint to the hosted service with a specified contract, binding, endpoint address and URI that contains the address at which it listens.

System_CAPS_pubmethodAddServiceEndpoint(String^, Binding^, Uri^)

Adds a service endpoint to the hosted service with a specified contract, binding, and a URI that contains the endpoint address.

System_CAPS_pubmethodAddServiceEndpoint(String^, Binding^, Uri^, Uri^)

Adds a service endpoint to the hosted service with the specified contract, binding, and URIs that contain the endpoint and listening addresses.

Return to top
Show: