Gets the length in bytes of the response content.
Namespace: Facilita.WebAssembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.7.98 (1.0.0.0)
Syntax
Field Value
The length in bytes of the response content.Remarks
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