Share via


ServiceEndpointCollection.AddEndpoint(String, String) Method

Definition

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

Applies to