HttpListenerWebSocketContext.RequestUri Property

Definition

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

Property Value

Uri

The URI requested by the WebSocket client.

Applies to