Show / Hide Table of Contents

Class WsClient

Inheritance
System.Object
WsClient
Namespace: Speechly.Tools
Assembly: speechly-dotnet.dll
Syntax
public class WsClient : IDisposable

Fields

| Improve this Doc View Source

OnResponseReceived

Declaration
public WsClient.ResponseReceivedDelegate OnResponseReceived
Field Value
Type Description
WsClient.ResponseReceivedDelegate

Properties

| Improve this Doc View Source

ReceiveBufferSize

Declaration
public int ReceiveBufferSize { get; set; }
Property Value
Type Description
System.Int32

Methods

| Improve this Doc View Source

ConnectAsync(String, String)

Declaration
public async Task ConnectAsync(string url, string authToken)
Parameters
Type Name Description
System.String url
System.String authToken
Returns
Type Description
Task
| Improve this Doc View Source

DisconnectAsync()

Declaration
public async Task DisconnectAsync()
Returns
Type Description
Task
| Improve this Doc View Source

Dispose()

Declaration
public void Dispose()
| Improve this Doc View Source

SendBytes(ArraySegment<Byte>)

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
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX