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
public override Uri GetWebsocketUri(ISession session, string wsParameters)
Parameters
Type | Name | Description |
---|---|---|
ISession | session |
The session used when connecting. |
System.String | wsParameters |
Additional parameter string to add to websocket URI |
Returns
Type | Description |
---|---|
System.Uri |
Uri |