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