Click or drag to resize

ResourceHandlerResponseLength Property

Version 86.0.240
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 it's size used

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
public Nullable<long> ResponseLength { get; set; }

Property Value

Type: NullableInt64
See Also