CloseConnectionGroup()

ServicePoint::CloseConnectionGroup(String) method

Closes and removes connections that belong to the specified connection group.

bool System::Net::ServicePoint::CloseConnectionGroup(String connectionGroupName)

Arguments

ParameterTypeDescription
connectionGroupNameStringThe name of the connection group.

Return Value

True when connections are closed successfully, otherwise false.

See Also