1 write to m_ConnectStream
System (1)
net\System\Net\WebSockets\WebSocketConnectionStream.cs (1)
44m_ConnectStream = connectStream;
10 references to m_ConnectStream
System (10)
net\System\Net\WebSockets\WebSocketConnectionStream.cs (10)
48m_IsFastPathAllowed = m_ConnectStream.Connection.NetworkStream.GetType() == s_NetworkStreamType; 52Logging.Associate(Logging.WebSockets, this, m_ConnectStream.Connection); 116WebSocketHelpers.ThrowIfConnectionAborted(m_ConnectStream.Connection, true); 183Contract.Assert(this.m_ConnectStream.Connection.ServicePoint != null, "connection.ServicePoint should not be null."); 184this.m_ConnectStream.Connection.ServicePoint.CloseConnectionGroup(this.m_ConnectionGroupName); 215WebSocketHelpers.ThrowIfConnectionAborted(m_ConnectStream.Connection, true); 261WebSocketHelpers.ThrowIfConnectionAborted(m_ConnectStream.Connection, false); 330WebSocketHelpers.ThrowIfConnectionAborted(m_ConnectStream.Connection, false); 388thisPtr.m_ConnectStream.Connection.NetworkStream.InternalAbortSocket(); 389((ICloseEx)thisPtr.m_ConnectStream).CloseEx(CloseExState.Abort);