HttpListenerTimeoutManager.MinSendBytesPerSecond 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 la vitesse d'envoi minimale, en octets par seconde, pour la réponse.
public:
property long MinSendBytesPerSecond { long get(); void set(long value); };
public long MinSendBytesPerSecond { get; [System.Runtime.Versioning.SupportedOSPlatform("windows")] set; }
public long MinSendBytesPerSecond { get; set; }
[<set: System.Runtime.Versioning.SupportedOSPlatform("windows")>]
member this.MinSendBytesPerSecond : int64 with get, set
member this.MinSendBytesPerSecond : int64 with get, set
Public Property MinSendBytesPerSecond As Long
Valeur de propriété
Vitesse d'envoi minimale, en octets par seconde, pour la réponse.
- Attributs
Remarques
Le taux d’envoi de réponse par défaut est de 150 octets par seconde.
Pour désactiver ce minuteur, définissez sur MinSendBytesPerSecond MAXULONG.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.