AspNetWebSocketContext.RequestUri Property

Definition

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

Property Value

Uri

The original URI.

Exceptions

The property is not implemented.

Applies to