Click or drag to resize

WebSocketServiceManagerPaths Property

Gets the paths for the WebSocket services.

Namespace:  Sfs2X.WebSocketSharp.Server
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public IEnumerable<string> Paths { get; }

Property Value

Type: IEnumerableString

An IEnumerable<string> instance.

It provides an enumerator which supports the iteration over the collection of the paths.

See Also