ServicePoint.CloseConnectionGroup(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從這個 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 值,指出連接群組是否已關閉。
備註
謹慎
WebRequest
、HttpWebRequest
、ServicePoint
和 WebClient
已經過時,您不應該將它們用於新的開發。 請改用 HttpClient。
連接群組會將一組要求與特定連接或一組連線產生關聯。 這個方法會移除並關閉屬於指定連接群組的所有連線機。