HttpRequestWrapper.ContentLength 屬性

定義

取得用戶端傳送內容的長度(以位元組為單位)。

public:
 virtual property int ContentLength { int get(); };
public override int ContentLength { get; }
member this.ContentLength : int
Public Overrides ReadOnly Property ContentLength As Integer

屬性值

客戶端傳送的內容長度(以位元組為單位)。

適用於