Endpoint.ListenUri Property

Definition

Gets or sets the listen URI for the endpoint.

public:
 property Uri ^ ListenUri { Uri ^ get(); void set(Uri ^ value); };
public Uri ListenUri { get; set; }
member this.ListenUri : Uri with get, set
Public Property ListenUri As Uri

Property Value

Uri

A Uri containing the listen URI for the endpoint.

Applies to