| WebSocketServiceManagerTryGetServiceHost Method | 
Namespace: Sfs2X.WebSocketSharp.Server
 Syntax
Syntaxpublic bool TryGetServiceHost( string path, out WebSocketServiceHost host )
When this method returns, a WebSocketServiceHost instance or if not found.
That host instance provides the function to access the information in the service.
 Exceptions
Exceptions| 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. | 
 Remarks
Remarks See Also
See Also