共用方式為


IncomingWebRequestContext.ContentLength 屬性

定義

取得傳入的 Web 要求之 ContentLength 標頭值。

public:
 property long ContentLength { long get(); };
public long ContentLength { get; }
member this.ContentLength : int64
Public ReadOnly Property ContentLength As Long

屬性值

Int64

傳入的 Web 要求之 ContentLength 標頭。

適用於