Click or drag to resize

WebSocketUrl Property

Gets the URL to which to connect.

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

Property Value

Type: Uri
A Uri that represents the URL to which to connect.
See Also