ListenerOptions.ToString method

Returns a string representation of the listener in the format “http(s)://{IPAddress}:{Port}”.

public override string ToString()

Return Value

A string representation of the listener.

See Also