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