HttpListenerTimeoutManager.MinSendBytesPerSecond Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Obtiene o establece la velocidad mínima que se envía, en bytes por segundo, para la respuesta.
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
Valor de propiedad
La velocidad mínima que se envía, en bytes por segundo, para la respuesta.
- Atributos
Comentarios
La velocidad de envío de respuesta predeterminada es de 150 bytes por segundo.
Para deshabilitar este temporizador, establezca MinSendBytesPerSecond en MAXULONG.