6 references to HttpListenerAsyncOperation
System (6)
net\System\Net\WebSockets\WebSocketHttpListenerDuplexStream.cs (6)
857private HttpListenerAsyncOperation m_CompletedOperation; 1097m_CompletedOperation = HttpListenerAsyncOperation.Receive; 1105m_CompletedOperation = HttpListenerAsyncOperation.Send; 1215m_CompletedOperation == HttpListenerAsyncOperation.Receive ? Methods.ReadAsyncFast : Methods.WriteAsyncFast, 1232m_CompletedOperation == HttpListenerAsyncOperation.Receive ? Methods.ReadAsyncFast : Methods.WriteAsyncFast, 1237Contract.Assert(m_CompletedOperation == HttpListenerAsyncOperation.Send,