Class WsClient
Inheritance
System.Object
WsClient
Assembly: speechly-dotnet.dll
public class WsClient : IDisposable
Fields
|
Improve this Doc
View Source
Declaration
public WsClient.ResponseReceivedDelegate OnResponseReceived
Field Value
Properties
|
Improve this Doc
View Source
Declaration
public int ReceiveBufferSize { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
|
Improve this Doc
View Source
Declaration
public async Task ConnectAsync(string url, string authToken)
Parameters
Type |
Name |
Description |
System.String |
url |
|
System.String |
authToken |
|
Returns
|
Improve this Doc
View Source
Declaration
public async Task DisconnectAsync()
Returns
|
Improve this Doc
View Source
Declaration
|
Improve this Doc
View Source
Declaration
public void SendBytes(ArraySegment<byte> byteArraySegment)
Parameters
Type |
Name |
Description |
ArraySegment<System.Byte> |
byteArraySegment |
|
|
Improve this Doc
View Source
SendText(String)
Declaration
public void SendText(string text)
Parameters
Type |
Name |
Description |
System.String |
text |
|