ServicePoint::CloseConnectionGroup Method (String^)

 

Removes the specified connection group from this ServicePoint object.

Namespace:   System.Net
Assembly:  System (in System.dll)

public:
bool CloseConnectionGroup(
	String^ connectionGroupName
)

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::Boolean

A 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
Return to top
Show: