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