Example #1
0
 public Task SendAsync(string message, CancellationToken cancellationToken)
 {
     return(_subProtocol.SendAsync(message, _webSocket, cancellationToken));
 }
 public Task SendAsync(string message, CancellationToken cancellationToken)
 {
     return(_textSubProtocol.SendAsync(message, SendTextMessageBytesAsync, cancellationToken));
 }
 public Task SendAsync(string message, CancellationToken cancellationToken)
 {
     return(_textSubProtocol.SendAsync(message, _webSocket, _webSocketCompressionProvider, cancellationToken));
 }