1 write to m_CloseOutputOperation
System (1)
net\System\Net\WebSockets\WebSocketBase.cs (1)
1161m_CloseOutputOperation = new WebSocketOperation.CloseOutputOperation(this);
5 references to m_CloseOutputOperation
System (5)
net\System\Net\WebSockets\WebSocketBase.cs (5)
597m_CloseOutputOperation.CloseStatus = closeStatus; 598m_CloseOutputOperation.CloseReason = statusDescription; 599m_CloseOutputTask = m_CloseOutputOperation.Process(null, linkedCancellationToken); 1155if (m_CloseOutputOperation == null) 1159if (m_CloseOutputOperation == null)