C-DEngine 5.105

WebSocketServiceManager..::..Hosts Property

Gets the host instances for the Websocket services.

Namespace:  WebSocketSharp.Server
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public IEnumerable<WebSocketServiceHost> Hosts { get; }
Public ReadOnly Property Hosts As IEnumerable(Of WebSocketServiceHost)
	Get
public:
property IEnumerable<WebSocketServiceHost^>^ Hosts {
	IEnumerable<WebSocketServiceHost^>^ get ();
}

Field Value

An IEnumerable<WebSocketServiceHost> instance that provides an enumerator which supports the iteration over the collection of the host instances for the services.