C# Class WebKit.WebDownloadDelegate

Inheritance: IWebDownloadDelegate
Mostrar archivo Open project: Erls-Corporation/open-webkit-sharp Class Usage Examples

Public Methods

Method Description
WebDownloadDelegate ( WebKitBrowser browser ) : System
decideDestinationWithSuggestedFilename ( WebDownload download, string fileName ) : void
didBegin ( WebDownload download ) : void
didCancelAuthenticationChallenge ( WebDownload download, IWebURLAuthenticationChallenge challenge ) : void
didCreateDestination ( WebDownload download, string destination ) : void
didFailWithError ( WebDownload download, WebError error ) : void
didFinish ( WebDownload download ) : void
didReceiveAuthenticationChallenge ( WebDownload download, IWebURLAuthenticationChallenge challenge ) : void
didReceiveDataOfLength ( WebDownload download, uint length ) : void
didReceiveResponse ( WebDownload download, IWebURLResponse response ) : void
shouldDecodeSourceDataOfMIMEType ( WebDownload download, string encodingType ) : int
willResumeWithResponse ( WebDownload download, IWebURLResponse response, long fromByte ) : void
willSendRequest ( WebDownload download, WebMutableURLRequest request, IWebURLResponse redirectResponse, WebMutableURLRequest &finalRequest ) : void

Method Details

WebDownloadDelegate() public method

public WebDownloadDelegate ( WebKitBrowser browser ) : System
browser WebKitBrowser
return System

decideDestinationWithSuggestedFilename() public method

public decideDestinationWithSuggestedFilename ( WebDownload download, string fileName ) : void
download WebDownload
fileName string
return void

didBegin() public method

public didBegin ( WebDownload download ) : void
download WebDownload
return void

didCancelAuthenticationChallenge() public method

public didCancelAuthenticationChallenge ( WebDownload download, IWebURLAuthenticationChallenge challenge ) : void
download WebDownload
challenge IWebURLAuthenticationChallenge
return void

didCreateDestination() public method

public didCreateDestination ( WebDownload download, string destination ) : void
download WebDownload
destination string
return void

didFailWithError() public method

public didFailWithError ( WebDownload download, WebError error ) : void
download WebDownload
error WebError
return void

didFinish() public method

public didFinish ( WebDownload download ) : void
download WebDownload
return void

didReceiveAuthenticationChallenge() public method

public didReceiveAuthenticationChallenge ( WebDownload download, IWebURLAuthenticationChallenge challenge ) : void
download WebDownload
challenge IWebURLAuthenticationChallenge
return void

didReceiveDataOfLength() public method

public didReceiveDataOfLength ( WebDownload download, uint length ) : void
download WebDownload
length uint
return void

didReceiveResponse() public method

public didReceiveResponse ( WebDownload download, IWebURLResponse response ) : void
download WebDownload
response IWebURLResponse
return void

shouldDecodeSourceDataOfMIMEType() public method

public shouldDecodeSourceDataOfMIMEType ( WebDownload download, string encodingType ) : int
download WebDownload
encodingType string
return int

willResumeWithResponse() public method

public willResumeWithResponse ( WebDownload download, IWebURLResponse response, long fromByte ) : void
download WebDownload
response IWebURLResponse
fromByte long
return void

willSendRequest() public method

public willSendRequest ( WebDownload download, WebMutableURLRequest request, IWebURLResponse redirectResponse, WebMutableURLRequest &finalRequest ) : void
download WebDownload
request WebMutableURLRequest
redirectResponse IWebURLResponse
finalRequest WebMutableURLRequest
return void