Click or drag to resize

WebSocketMessageReader Properties

[This is preliminary documentation and is subject to change.]

The WebSocketMessageReader type exposes the following members.

Properties
  NameDescription
Protected propertyDisposalToken
A CancellationToken that is cancelled when the current object has been disposed.
(Inherited from MessageReader.)
Public propertyWebSocket
Gets the underlying WebSocket.
Public propertyWebSocketClose
Gets a Task that completes with status code when the underlying WebSocket is closed.
Top
See Also