HttpWebClientProtocol.UnsafeAuthenticatedConnectionSharing 屬性

定義

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

public:
 property bool UnsafeAuthenticatedConnectionSharing { bool get(); void set(bool value); };
public bool UnsafeAuthenticatedConnectionSharing { get; set; }
[System.ComponentModel.Browsable(false)]
public bool UnsafeAuthenticatedConnectionSharing { get; set; }
member this.UnsafeAuthenticatedConnectionSharing : bool with get, set
[<System.ComponentModel.Browsable(false)>]
member this.UnsafeAuthenticatedConnectionSharing : bool with get, set
Public Property UnsafeAuthenticatedConnectionSharing As Boolean

屬性值

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

屬性

備註

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

適用於

另請參閱