WebSocketServiceManager..::..Hosts Property
Gets the host instances for the Websocket services.
Namespace:
WebSocketSharp.ServerAssembly: 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 (); }