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

屬性值

Int32

用戶端所送出的內容長度 (以位元組為單位)。

適用於