UpdateProgress(Int64, Nullable, Nullable) Method

Definition

Assembly NativeWebView.Core.dll
public void UpdateProgress(long bytesReceived, long? totalBytesToReceive = default(long? ), double? progress = default(double? ))

Parameters

bytesReceived
Int64
totalBytesToReceive
Nullable<Int64>