OutgoingWebRequestContext.ContentLength プロパティ

定義

送信 Web 要求のコンテンツ長のヘッダー値を取得または設定します。

public:
 property long ContentLength { long get(); void set(long value); };
public long ContentLength { get; set; }
member this.ContentLength : int64 with get, set
Public Property ContentLength As Long

プロパティ値

送信 Web 要求のコンテンツ長のヘッダー。

適用対象