Condividi tramite


HttpListenerTimeoutsElement.MinSendBytesPerSecond Proprietà

Definizione

Ottiene la frequenza di invio minima per la risposta, espressa in byte al secondo.

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

Valore della proprietà

Frequenza di invio minima per la risposta, espressa in byte al secondo.

Attributi

Si applica a

Vedi anche