HttpListenerTimeoutsElement.MinSendBytesPerSecond Property

Definition

Gets the minimum send rate, in bytes-per-second, for the response.

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

Property Value

The minimum send rate, in bytes-per-second, for the response.

Attributes

Applies to

See also