GetWebsocketUri Method
Overloads
| GetWebsocketUri(ISession, String) |
Returns the full Uri used when performing a websocket connection. |
GetWebsocketUri(ISession, String)
Returns the full Uri used when performing a websocket connection.
Declaration
Uri GetWebsocketUri(ISession session, string wsParameters)
Parameters
| Type | Name | Description |
|---|---|---|
| ISession | session |
The session used when connecting. |
| System.String | wsParameters |
Session specific websocket parameters. |
Returns
| Type | Description |
|---|---|
| System.Uri |
Uri |