







![]() ![]() ![]() |
Optimization Framework |
UnityServiceHost..::..AddServiceEndpoint Method |
UnityServiceHost Class See Also Send Feedback |
Overload List
Name | Description | |
---|---|---|
![]() | AddServiceEndpoint(ServiceEndpoint) | Adds the specified service endpoint to the hosted service. (Inherited from ServiceHostBase.) |
![]() | AddServiceEndpoint(Type, Binding, String) | Adds a service endpoint to the hosted service with a specified contract, binding, and endpoint address. (Inherited from ServiceHost.) |
![]() | AddServiceEndpoint(Type, Binding, Uri) | Adds a service endpoint to the hosted service with a specified contract, binding, and URI that contains the endpoint address. (Inherited from ServiceHost.) |
![]() | AddServiceEndpoint(String, Binding, String) | Adds a service endpoint to the hosted service with a specified contract, binding, and endpoint address. (Inherited from ServiceHostBase.) |
![]() | AddServiceEndpoint(String, Binding, Uri) | Adds a service endpoint to the hosted service with a specified contract, binding, and a URI that contains the endpoint address. (Inherited from ServiceHostBase.) |
![]() | AddServiceEndpoint(Type, Binding, String, Uri) | Adds a service endpoint to the hosted service with a specified contract, binding, an endpoint address, and a URI on which the service listens. (Inherited from ServiceHost.) |
![]() | AddServiceEndpoint(Type, Binding, Uri, Uri) | Adds a service endpoint to the hosted service with a specified contract, binding, a URI that contains the endpoint address, and a URI on which the service listens. (Inherited from ServiceHost.) |
![]() | AddServiceEndpoint(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. (Inherited from ServiceHostBase.) |
![]() | AddServiceEndpoint(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. (Inherited from ServiceHostBase.) |