4 references to ReadAsyncFast
System (4)
net\System\Net\WebSockets\WebSocketHttpListenerDuplexStream.cs (4)
213
Logging.Enter(Logging.WebSockets, this, Methods.
ReadAsyncFast
, string.Empty);
309
Logging.Exit(Logging.WebSockets, this, Methods.
ReadAsyncFast
, completedAsynchronously);
1215
m_CompletedOperation == HttpListenerAsyncOperation.Receive ? Methods.
ReadAsyncFast
: Methods.WriteAsyncFast,
1232
m_CompletedOperation == HttpListenerAsyncOperation.Receive ? Methods.
ReadAsyncFast
: Methods.WriteAsyncFast,