WebSocketServiceManagerItem Property |
Namespace: Sfs2X.WebSocketSharp.Server
public WebSocketServiceHost this[ string path ] { get; }
A WebSocketServiceHost instance or if not found.
That host instance provides the function to access the information in the service.
Exception | Condition |
---|---|
ArgumentNullException | path is . |
ArgumentException | path is empty. -or- path is not an absolute path. -or- path includes either or both query and fragment components. |