Click or drag to resize

WebSocketContextRequestUri Property

Gets the URI requested by the client.

Namespace:  Sfs2X.WebSocketSharp.Net.WebSockets
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public abstract Uri RequestUri { get; }

Property Value

Type: Uri
A Uri that represents the URI parsed from the request.
See Also