共用方式為


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

連接群組會將一組要求與特定連接或一組連線產生關聯。 這個方法會移除並關閉屬於指定連接群組的所有連線機。

適用於