HttpWebClientProtocol.UnsafeAuthenticatedConnectionSharing プロパティ

定義

XML Web サービスをホストしている Web サービスに接続するときにクライアントが NTLM 認証を使用する場合、接続共有が有効になっているかどうかを示す値を取得または設定します。

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 です。

属性

注釈

このプロパティは、Web サーバーとの通信に UnsafeAuthenticatedConnectionSharing 使用される の HttpWebRequest プロパティの値を設定します。

適用対象

こちらもご覧ください