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 要求的內容長度標頭。

適用於