1 write to m_WebSocketConnection
System (1)
net\System\Net\WebSockets\WebSocketConnectionStream.cs (1)
299m_WebSocketConnection = BaseStream as WebSocketConnection;
5 references to m_WebSocketConnection
System (5)
net\System\Net\WebSockets\WebSocketConnectionStream.cs (5)
118if (m_WebSocketConnection != null && m_InOpaqueMode) 120bytesRead = await m_WebSocketConnection.ReadAsyncCore(buffer, 0, 1, linkedCancellationToken, true).SuppressContextFlow<int>(); 301if (m_WebSocketConnection != null && m_IsFastPathAllowed) 305Logging.Associate(Logging.WebSockets, this, m_WebSocketConnection); 308m_WebSocketConnection.SwitchToOpaqueMode(webSocket);