次の方法で共有


IncomingWebResponseContext.ContentLength プロパティ

定義

受信 Web 応答からコンテンツ長のヘッダーを取得します。

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

プロパティ値

Int64

受信 Web 応答のコンテンツ長。

適用対象