net\System\Net\WebSockets\WebSocketHttpListenerDuplexStream.cs (5)
490Logging.Enter(Logging.WebSockets, this, Methods.WriteAsyncFast, string.Empty);
566Logging.Exit(Logging.WebSockets, this, Methods.WriteAsyncFast, completedAsynchronously);
1215m_CompletedOperation == HttpListenerAsyncOperation.Receive ? Methods.ReadAsyncFast : Methods.WriteAsyncFast,
1232m_CompletedOperation == HttpListenerAsyncOperation.Receive ? Methods.ReadAsyncFast : Methods.WriteAsyncFast,
1242Logging.Dump(Logging.WebSockets, this, Methods.WriteAsyncFast, buffer.Array, buffer.Offset, buffer.Count);