net\System\Net\WebSockets\WebSocketHttpListenerDuplexStream.cs (23)
140Logging.Enter(Logging.WebSockets, this, Methods.ReadAsyncCore,
199Logging.Exit(Logging.WebSockets, this, Methods.ReadAsyncCore, bytesRead);
213Logging.Enter(Logging.WebSockets, this, Methods.ReadAsyncFast, string.Empty);
309Logging.Exit(Logging.WebSockets, this, Methods.ReadAsyncFast, completedAsynchronously);
366Logging.Enter(Logging.WebSockets, this, Methods.MultipleWriteAsyncCore, string.Empty);
407Logging.Exit(Logging.WebSockets, this, Methods.MultipleWriteAsyncCore, string.Empty);
428Logging.Enter(Logging.WebSockets, this, Methods.WriteAsyncCore,
478Logging.Exit(Logging.WebSockets, this, Methods.WriteAsyncCore, string.Empty);
490Logging.Enter(Logging.WebSockets, this, Methods.WriteAsyncFast, string.Empty);
566Logging.Exit(Logging.WebSockets, this, Methods.WriteAsyncFast, completedAsynchronously);
619Logging.Enter(Logging.WebSockets, this, Methods.CloseNetworkConnectionAsync, string.Empty);
661Logging.Exit(Logging.WebSockets, this, Methods.CloseNetworkConnectionAsync, string.Empty);
721Logging.Enter(Logging.WebSockets, state, Methods.OnCancel, string.Empty);
747Logging.Exit(Logging.WebSockets, state, Methods.OnCancel, string.Empty);
793Logging.Enter(Logging.WebSockets, thisPtr, Methods.OnWriteCompleted, string.Empty);
807Logging.Exit(Logging.WebSockets, thisPtr, Methods.OnWriteCompleted, string.Empty);
823Logging.Enter(Logging.WebSockets, thisPtr, Methods.OnReadCompleted, string.Empty);
837Logging.Exit(Logging.WebSockets, thisPtr, Methods.OnReadCompleted, string.Empty);
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);