Skip to content

WsTx class

public sealed class WsTx : IDisposable

Public Members

name description
WsTx() The default constructor.
Connected { get; } Indicates whether the client is connected or not.
Close(…)
Dispose()
Open(…)
Tr(…) Receives a response stream from the socket. Parses the header. The body contains the result array including the end object token [...]}.
Tw(…) Sends the stream over the socket.
static DefaultBufferSize { get; }
struct NtyHeader
struct RspHeader

See Also