Interface IWebSocketConnection
public interface IWebSocketConnection : IAsyncDisposable
- Inherited Members
Properties
ConnectionAborted
CancellationToken ConnectionAborted { get; }
Property Value
Context
IActionContext Context { get; }
Property Value
IsDisposed
bool IsDisposed { get; }
Property Value
Methods
GetServerSocket()
Task<WebSocket> GetServerSocket()