Bagikan melalui


ServiceEndpointCollection.ToString Method

Definition

Converts the endpointsCollection to a JSON string of the form {"Endpoints":{"Listener1":"Endpoint1","Listener2":"Endpoint2" ...}}

public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String

Returns

String form of the endpointsCollection

Applies to