HttpWebClientProtocol.UnsafeAuthenticatedConnectionSharing Proprietà

Definizione

Ottiene o imposta un valore che indica se la condivisione di connessioni è attivata quando il client utilizza l'autenticazione NTLM per collegarsi al server Web che contiene il servizio 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

Valore della proprietà

Boolean

true se la condivisione di connessioni è attivata; altrimenti, false. Il valore predefinito è false.

Attributi

Commenti

Questa proprietà imposta il valore della UnsafeAuthenticatedConnectionSharing proprietà dell'oggetto HttpWebRequest utilizzato per comunicare con il server Web.

Si applica a

Vedi anche