Response ContentLength Property C# API
Gets the length in bytes of the response content.

Namespace: Facilita.Web
Assembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.5.77 (1.0.0.0)
Syntax

public int ContentLength { get; }

Field Value

The length in bytes of the response content.
Remarks

Caution note Caution
This method returns the actual length of the content, not the value specified by the "Content-Length" HTTP header. In many cases the values will be the same, but not always (e.g. if the content was compressed).
See Also