This is the complete list of members for PeanutButter.TestUtils.AspNetCore.Fakes.FakeWebSocket, including all inherited members.
Abort() | PeanutButter.TestUtils.AspNetCore.Fakes.FakeWebSocket | |
CloseAsync(WebSocketCloseStatus closeStatus, string statusDescription, CancellationToken cancellationToken) | PeanutButter.TestUtils.AspNetCore.Fakes.FakeWebSocket | |
CloseOutputAsync(WebSocketCloseStatus closeStatus, string statusDescription, CancellationToken cancellationToken) | PeanutButter.TestUtils.AspNetCore.Fakes.FakeWebSocket | |
CloseStatus | PeanutButter.TestUtils.AspNetCore.Fakes.FakeWebSocket | |
CloseStatusDescription | PeanutButter.TestUtils.AspNetCore.Fakes.FakeWebSocket | |
Dispose() | PeanutButter.TestUtils.AspNetCore.Fakes.FakeWebSocket | |
ReceiveAsync(ArraySegment< byte > buffer, CancellationToken cancellationToken) | PeanutButter.TestUtils.AspNetCore.Fakes.FakeWebSocket | |
SendAsync(ArraySegment< byte > buffer, WebSocketMessageType messageType, bool endOfMessage, CancellationToken cancellationToken) | PeanutButter.TestUtils.AspNetCore.Fakes.FakeWebSocket | |
SetReceiveHandler(Func< ArraySegment< byte >, CancellationToken, Task< WebSocketReceiveResult > > handler) | PeanutButter.TestUtils.AspNetCore.Fakes.FakeWebSocket | |
SetSendHandler(Func< ArraySegment< byte >, WebSocketMessageType, bool, CancellationToken, Task > handler) | PeanutButter.TestUtils.AspNetCore.Fakes.FakeWebSocket | |
SetSubProtocol(string subProtocol) | PeanutButter.TestUtils.AspNetCore.Fakes.FakeWebSocket | |
State | PeanutButter.TestUtils.AspNetCore.Fakes.FakeWebSocket | |
SubProtocol | PeanutButter.TestUtils.AspNetCore.Fakes.FakeWebSocket | |