WebSocketSessionManagerCloseSession Method (String) |
Namespace: Sfs2X.WebSocketSharp.Server
public void CloseSession( string id )
| Exception | Condition |
|---|---|
| ArgumentNullException | id is . |
| ArgumentException | id is an empty string. |
| InvalidOperationException | The session could not be found. |