Skip to content

Ws class

public sealed class Ws : IAsyncDisposable, IDisposable

Public Members

name description
Ws() The default constructor.
Connected { get; }
Close(…)
Dispose()
DisposeAsync()
Open(…)
RequestOnce(…) Sends the request and awaits a response from the server
RequestPersists(…) Sends the request and awaits responses from the server until manually canceled using the cancellation token

See Also