PackWebResponse.ContentLength Property

Definition

Gets the content length of the response.

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

Property Value

The content length, in bytes.

Remarks

Note

Checking this property on an actual Web request and matching response has performance implications because in some circumstances it requires that the whole response stream is read.

Applies to