HttpWebClientProtocol.UnsafeAuthenticatedConnectionSharing 屬性

定義

取得或設定值,指出是否在用戶端使用 NTLM 驗證連接到裝載 XML Web Service 的 Web 伺服器時啟用連線共用。

C#
public bool UnsafeAuthenticatedConnectionSharing { get; set; }
C#
[System.ComponentModel.Browsable(false)]
public bool UnsafeAuthenticatedConnectionSharing { get; set; }

屬性值

如果啟用共用,則為 true,否則為 false。 預設為 false

屬性

備註

這個屬性會 UnsafeAuthenticatedConnectionSharing 設定用來與 Web 服務器通訊之 的 HttpWebRequest 屬性值。

適用於

產品 版本
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

另請參閱