WebRequestHandler.AllowPipelining 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 qui indique s’il faut pipeliner la requête vers la ressource Internet.
public:
property bool AllowPipelining { bool get(); void set(bool value); };
public bool AllowPipelining { get; set; }
member this.AllowPipelining : bool with get, set
Public Property AllowPipelining As Boolean
Valeur de propriété
Retourne Boolean.
true si la demande doit être pipeline ; sinon, false. La valeur par défaut est true.
Remarques
Une application utilise la AllowPipelining propriété pour indiquer une préférence pour les connexions pipeline. Quand AllowPipelining c’est truele cas, une application établit des connexions pipelines aux serveurs qui les prennent en charge.