WebKit.WebKitDownload.NotifyDidReceiveResponse C# (CSharp) Method

NotifyDidReceiveResponse() private method

private NotifyDidReceiveResponse ( WebDownload download, WebURLResponse response ) : void
download WebDownload
response WebURLResponse
return void
        internal void NotifyDidReceiveResponse(WebDownload download, WebURLResponse response)
        {
            DownloadStarted(this, new DownloadStartedEventArgs(response.suggestedFilename(), response.expectedContentLength()));
        }