共用方式為


HttpListenerTimeoutsElement.EntityBody 屬性

定義

取得要求實體內容到達的允許時間,以秒為單位。

public:
 property TimeSpan EntityBody { TimeSpan get(); };
[System.Configuration.ConfigurationProperty("entityBody", DefaultValue=0, IsRequired=false)]
public TimeSpan EntityBody { get; }
[<System.Configuration.ConfigurationProperty("entityBody", DefaultValue=0, IsRequired=false)>]
member this.EntityBody : TimeSpan
Public ReadOnly Property EntityBody As TimeSpan

屬性值

要求實體內容到達的允許時間,以秒為單位。

屬性

備註

HttpListener 要求具有實體主體時,會開啟此定時器。 定時器到期一開始會設定為已設定的值。 HttpListener當 收到要求的其他數據指示時,它會重設定時器,以將另一個間隔提供給連線。

適用於

另請參閱