PackWebResponse.ContentLength 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得回應的內容長度。
public:
virtual property long ContentLength { long get(); };
public override long ContentLength { get; }
member this.ContentLength : int64
Public Overrides ReadOnly Property ContentLength As Long
屬性值
內容長度,以位元組表示。
備註
注意
檢查實際 Web 要求和比對回應的這個屬性具有效能影響,因為在某些情況下,需要讀取整個響應數據流。