共用方式為


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 回應的內容長度。

適用於