HttpWebClientProtocol.UnsafeAuthenticatedConnectionSharing Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit une valeur indiquant si le partage de connexion est activé lorsque le client utilise l'authentification NTLM pour se connecter au serveur Web hébergeant le service 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
Valeur de propriété
true
si le partage de connexion est activé ; sinon, false
. La valeur par défaut est false
.
- Attributs
Remarques
Cette propriété définit la valeur de la UnsafeAuthenticatedConnectionSharing propriété du HttpWebRequest utilisé pour communiquer avec le serveur Web.