AspNetWebSocketContext.RequestUri Propriedade

Definição

Obtém o URI (Uniform Resource Identifier) original de uma mensagem AspNetWebSocket que foi enviada pelo cliente.Gets the original Uniform Resource Identifier (URI) of an AspNetWebSocket message that was sent by the 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

Uri

O URI original.The original URI.

Exceções

A propriedade não é implementada.The property is not implemented.

Aplica-se a