C-DEngine 5.105

WebSocketContext..::..RequestUri Property

Gets the URI requested by the client.

Namespace:  WebSocketSharp.Net.WebSockets
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public Uri RequestUri { get; }
Public ReadOnly Property RequestUri As Uri
	Get
public:
property Uri^ RequestUri {
	Uri^ get ();
}

Field Value

A [Uri] that represents the requested URI.