WebSocketSessionManagerItem Property |
Namespace: Sfs2X.WebSocketSharp.Server
public IWebSocketSession this[ string id ] { get; }
A IWebSocketSession instance or if not found.
The session instance provides the function to access the information in the session.
| Exception | Condition |
|---|---|
| ArgumentNullException | id is . |
| ArgumentException | id is an empty string. |