Click or drag to resize

HttpListenerWebSocketContextRequestUri 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 override Uri RequestUri { get; }

Property Value

Type: Uri

A Uri that represents the URI parsed from the request.

if the URI cannot be parsed.

See Also