HttpWebClientProtocol.UnsafeAuthenticatedConnectionSharing Właściwość

Definicja

Pobiera lub ustawia wartość wskazującą, czy udostępnianie połączeń jest włączone, gdy klient korzysta z uwierzytelniania NTLM w celu nawiązania połączenia z serwerem sieci Web, który hostuje usługę sieci Web XML.

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

Wartość właściwości

true jeśli udostępnianie połączenia jest włączone; w przeciwnym razie , false. Wartość domyślna to false.

Atrybuty

Uwagi

Ta właściwość ustawia wartość UnsafeAuthenticatedConnectionSharing właściwości HttpWebRequest używanej do komunikowania się z serwerem sieci Web.

Dotyczy

Zobacz też