ServiceEndpointCollection.AddEndpoint(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds an endpoint to the EndpointsCollection.
public void AddEndpoint (string listenerName, string endpointAddress);
member this.AddEndpoint : string * string -> unit
Public Sub AddEndpoint (listenerName As String, endpointAddress As String)
Parameters
- listenerName
- String
Listener name of the endpoint
- endpointAddress
- String
Address of the endpoint