ChannelListenerBase.Uri Property

Definition

When implemented in derived class, gets the URI on which the channel listener listens for an incoming channel.

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

Property Value

Uri

The Uri on which the channel listener listens for incoming channels.

Implements

Uri

Applies to