IServiceChannel.ListenUri Property

Definition

Gets the URI at which the service listens for incoming requests.

public:
 property Uri ^ ListenUri { Uri ^ get(); };
public Uri ListenUri { get; }
member this.ListenUri : Uri
Public ReadOnly Property ListenUri As Uri

Property Value

Uri

The Uri at which the service listens for incoming requests on the channel.

Applies to