Click or drag to resize

ResourceHandler.ResponseLength Property

Version 97.1.60
Gets or sets ResponseLength, when you know the size of your Stream (Response) set this property. This is optional. If you use a MemoryStream and don't provide a value here then it will be cast and its size used

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 97.1.60.0 (97.1.60.0)
Syntax
public long? ResponseLength { get; set; }

Property Value

Type: Nullable<Int64>
See Also