Click or drag to resize

WebSocketServiceManagerHosts Property

Gets the host instances 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<WebSocketServiceHost> Hosts { get; }

Property Value

Type: IEnumerableWebSocketServiceHost

An IEnumerable<WebSocketServiceHost> instance.

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

See Also