KestrelCommunicationListener.GetListenerUrl Method

Definition

Gets url for the listener. Listener url is created using the endpointName passed in the constructor. If the endpointName was null, a default url with http protocol and port zero is returned.

protected override string GetListenerUrl ();
override this.GetListenerUrl : unit -> string
Protected Overrides Function GetListenerUrl () As String

Returns

url for the listener.

Applies to