WitWebSocketAuthRequest ( string clientAccessToken ) Generates request with client access token | |
override void | Called on server response. Sets an error if a successful auth response was not received. |
Meta.Voice.Net.WebSockets.Requests.WitWebSocketAuthRequest.WitWebSocketAuthRequest ( string clientAccessToken ) |
---|
Generates request with client access token |
override void Meta.Voice.Net.WebSockets.Requests.WitWebSocketAuthRequest.HandleDownload ( string jsonString, WitResponseNode jsonData, byte [] binaryData ) |
---|
Called on server response. Sets an error if a successful auth response was not received. Parameters jsonString Raw json string. jsonDataDecoded json data object. binaryDataDecoded binary data chunk which should be empty. |