ServicePoint::CloseConnectionGroup Method (String^)
.NET Framework (current version)
Removes the specified connection group from this ServicePoint object.
Assembly: System (in System.dll)
Parameters
- connectionGroupName
-
Type:
System::String^
The name of the connection group that contains the connections to close and remove from this service point.
Return Value
Type: System::BooleanA Boolean value that indicates whether the connection group was closed.
Connection groups associate a set of requests with a particular connection or set of connections. This method removes and closes all connections that belong to the specified connection group.
.NET Framework
Available since 2.0
Available since 2.0
Show: