C-DEngine 5.105

WebSocketServiceManager..::..Paths Property

Gets the paths for the WebSocket services.

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

Syntax


public IEnumerable<string> Paths { get; }
Public ReadOnly Property Paths As IEnumerable(Of String)
	Get
public:
property IEnumerable<String^>^ Paths {
	IEnumerable<String^>^ get ();
}

Field Value

An IEnumerable<string> instance that provides an enumerator which supports the iteration over the collection of the paths for the services.