ServicePoint.CloseConnectionGroup(String) 方法

定义

从此 ServicePoint 对象中删除指定的连接组。

public:
 bool CloseConnectionGroup(System::String ^ connectionGroupName);
public bool CloseConnectionGroup (string connectionGroupName);
member this.CloseConnectionGroup : string -> bool
Public Function CloseConnectionGroup (connectionGroupName As String) As Boolean

参数

connectionGroupName
String

包含要关闭和删除此服务点的连接的连接组的名称。

返回

指示连接组是否已关闭的 Boolean 值。

注解

谨慎

WebRequestHttpWebRequestServicePointWebClient 已过时,不应将其用于新开发。 请改用 HttpClient

连接组将一组请求与特定连接或一组连接相关联。 此方法删除并关闭属于指定连接组的所有连接。

适用于