net\System\Net\WebSockets\WebSocketConnectionStream.cs (16)
96Logging.Enter(Logging.WebSockets, this, Methods.CloseNetworkConnectionAsync, string.Empty);
133Logging.Dump(Logging.WebSockets, this, Methods.CloseNetworkConnectionAsync, buffer, 0, bytesRead);
165Logging.Exit(Logging.WebSockets, this, Methods.CloseNetworkConnectionAsync, bytesRead);
174Logging.Enter(Logging.WebSockets, this, Methods.Close, string.Empty);
192Logging.Exit(Logging.WebSockets, this, Methods.Close, string.Empty);
201Logging.Enter(Logging.WebSockets, this, Methods.ReadAsync,
220Logging.Dump(Logging.WebSockets, this, Methods.ReadAsync, buffer, offset, bytesRead);
238Logging.Exit(Logging.WebSockets, this, Methods.ReadAsync, bytesRead);
249Logging.Enter(Logging.WebSockets, this, Methods.WriteAsync,
266Logging.Dump(Logging.WebSockets, this, Methods.WriteAsync, buffer, offset, count);
284Logging.Exit(Logging.WebSockets, this, Methods.WriteAsync, string.Empty);
319Logging.Enter(Logging.WebSockets, this, Methods.MultipleWriteAsync, string.Empty);
337Logging.Dump(Logging.WebSockets, this, Methods.MultipleWriteAsync, buffer.Array, buffer.Offset, buffer.Count);
356Logging.Exit(Logging.WebSockets, this, Methods.MultipleWriteAsync, string.Empty);
377Logging.Enter(Logging.WebSockets, state, Methods.OnCancel, string.Empty);
398Logging.Exit(Logging.WebSockets, state, Methods.OnCancel, string.Empty);