4 references to SendFrameAsync
System.Net.WebSockets (4)
System\Net\WebSockets\ManagedWebSocket.cs (3)
356ValueTask t = SendFrameAsync(opcode, endOfMessage, disableCompression, buffer, cancellationToken); 1198await SendFrameAsync( 1540await SendFrameAsync(MessageOpcode.Close, endOfMessage: true, disableCompression: true, new Memory<byte>(buffer, 0, count), cancellationToken).ConfigureAwait(false);
System\Net\WebSockets\ManagedWebSocket.KeepAlive.cs (1)
48return SendFrameAsync(opcode, endOfMessage: true, disableCompression: true, payload, CancellationToken.None);