C# Class WebKit.WebDownloadDelegate

Inheritance: IWebDownloadDelegate
Afficher le fichier Open project: Erls-Corporation/open-webkit-sharp Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public WebDownloadDelegate ( WebKitBrowser browser ) : System
browser WebKitBrowser
Résultat System

decideDestinationWithSuggestedFilename() public méthode

public decideDestinationWithSuggestedFilename ( WebDownload download, string fileName ) : void
download WebDownload
fileName string
Résultat void

didBegin() public méthode

public didBegin ( WebDownload download ) : void
download WebDownload
Résultat void

didCancelAuthenticationChallenge() public méthode

public didCancelAuthenticationChallenge ( WebDownload download, IWebURLAuthenticationChallenge challenge ) : void
download WebDownload
challenge IWebURLAuthenticationChallenge
Résultat void

didCreateDestination() public méthode

public didCreateDestination ( WebDownload download, string destination ) : void
download WebDownload
destination string
Résultat void

didFailWithError() public méthode

public didFailWithError ( WebDownload download, WebError error ) : void
download WebDownload
error WebError
Résultat void

didFinish() public méthode

public didFinish ( WebDownload download ) : void
download WebDownload
Résultat void

didReceiveAuthenticationChallenge() public méthode

public didReceiveAuthenticationChallenge ( WebDownload download, IWebURLAuthenticationChallenge challenge ) : void
download WebDownload
challenge IWebURLAuthenticationChallenge
Résultat void

didReceiveDataOfLength() public méthode

public didReceiveDataOfLength ( WebDownload download, uint length ) : void
download WebDownload
length uint
Résultat void

didReceiveResponse() public méthode

public didReceiveResponse ( WebDownload download, IWebURLResponse response ) : void
download WebDownload
response IWebURLResponse
Résultat void

shouldDecodeSourceDataOfMIMEType() public méthode

public shouldDecodeSourceDataOfMIMEType ( WebDownload download, string encodingType ) : int
download WebDownload
encodingType string
Résultat int

willResumeWithResponse() public méthode

public willResumeWithResponse ( WebDownload download, IWebURLResponse response, long fromByte ) : void
download WebDownload
response IWebURLResponse
fromByte long
Résultat void

willSendRequest() public méthode

public willSendRequest ( WebDownload download, WebMutableURLRequest request, IWebURLResponse redirectResponse, WebMutableURLRequest &finalRequest ) : void
download WebDownload
request WebMutableURLRequest
redirectResponse IWebURLResponse
finalRequest WebMutableURLRequest
Résultat void