IServiceChannel.ListenUri Propiedad
Definición
Obtiene el URI en el que el servicio realiza escuchas para las peticiones entrantes.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
Valor de propiedad
Uri en el que el servicio realiza escuchas para las solicitudes entrantes en el canal.The Uri at which the service listens for incoming requests on the channel.