Compartir a través de


HttpListenerTimeoutsElement.MinSendBytesPerSecond Propiedad

Definición

Obtiene la velocidad mínima que se envía, en bytes por segundo, para la respuesta.

public:
 property long MinSendBytesPerSecond { long get(); };
[System.Configuration.ConfigurationProperty("minSendBytesPerSecond", DefaultValue=0, IsRequired=false)]
public long MinSendBytesPerSecond { get; }
[<System.Configuration.ConfigurationProperty("minSendBytesPerSecond", DefaultValue=0, IsRequired=false)>]
member this.MinSendBytesPerSecond : int64
Public ReadOnly Property MinSendBytesPerSecond As Long

Valor de propiedad

La velocidad mínima que se envía, en bytes por segundo, para la respuesta.

Atributos

Se aplica a

Consulte también