HttpSysOptions.ThrowWriteExceptions 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 si les écritures du corps de la réponse qui échouent en raison de déconnexions du client doivent lever des exceptions ou se terminer normalement.
La valeur par défaut est false
(terminé normalement).
public:
property bool ThrowWriteExceptions { bool get(); void set(bool value); };
public bool ThrowWriteExceptions { get; set; }
member this.ThrowWriteExceptions : bool with get, set
Public Property ThrowWriteExceptions As Boolean