次の方法で共有


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 ヘッダー。

適用対象