HttpListenerWebSocketContext.RequestUri Propriedade
Definição
Obtém o URI solicitado pelo cliente do WebSocket.Gets the URI requested by the WebSocket client.
public:
virtual property Uri ^ RequestUri { Uri ^ get(); };
public override Uri RequestUri { get; }
member this.RequestUri : Uri
Public Overrides ReadOnly Property RequestUri As Uri
Valor da propriedade
O URI solicitado pelo cliente do WebSocket.The URI requested by the WebSocket client.