HttpListenerTimeoutsElement.MinSendBytesPerSecond 属性

定义

获取响应的最低发送速率(以每秒字节数为单位)。

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

属性值

响应的最低发送速率(以每秒字节数为单位)。

属性

适用于

另请参阅