3 references to CloseConnectionGroup
System (3)
net\System\Net\HttpWebRequest.cs (1)
3219
this.ServicePoint.
CloseConnectionGroup
(this.ConnectionGroupName);
net\System\Net\HttpWebResponse.cs (1)
464
connectStream.Connection.ServicePoint.
CloseConnectionGroup
(ConnectionGroupName);
net\System\Net\WebSockets\WebSocketConnectionStream.cs (1)
184
this.m_ConnectStream.Connection.ServicePoint.
CloseConnectionGroup
(this.m_ConnectionGroupName);