1 write to m_InnerStream
System (1)
net\System\Net\WebSockets\WebSocketConnectionStream.cs (1)
490m_InnerStream = connection;
9 references to m_InnerStream
System (9)
net\System\Net\WebSockets\WebSocketConnectionStream.cs (9)
585Contract.Assert(m_InnerStream.NetworkStream != null, "'m_InnerStream.NetworkStream' MUST NOT be NULL."); 586returnValue = m_InnerStream.NetworkStream.InternalSocket; 612WebSocketHelpers.ThrowIfConnectionAborted(connection.m_InnerStream, false); 613return connection.m_InnerStream.NetworkStream.BeginMultipleWrite(buffers, callback, asyncState); 623WebSocketHelpers.ThrowIfConnectionAborted(connection.m_InnerStream, false); 624connection.m_InnerStream.NetworkStream.EndMultipleWrite(asyncResult); 655WebSocketHelpers.ThrowIfConnectionAborted(m_InnerStream, false); 707WebSocketHelpers.ThrowIfConnectionAborted(m_InnerStream, false); 766WebSocketHelpers.ThrowIfConnectionAborted(m_InnerStream, true);