C# Class MonoTouch.Dialog.UrlDelegate

Inheritance: NSUrlConnectionDelegate
Afficher le fichier Open project: escoz/MonoMobile.Forms

Méthodes publiques

Méthode Description
CanAuthenticateAgainstProtectionSpace ( NSUrlConnection connection, NSUrlProtectionSpace protectionSpace ) : bool
CanceledAuthenticationChallenge ( NSUrlConnection connection, NSUrlAuthenticationChallenge challenge ) : void
FailedWithError ( NSUrlConnection connection, NSError error ) : void
FinishedLoading ( NSUrlConnection connection ) : void
ReceivedAuthenticationChallenge ( NSUrlConnection connection, NSUrlAuthenticationChallenge challenge ) : void
ReceivedData ( NSUrlConnection connection, NSData d ) : void
UrlDelegate ( string name, Action success ) : System
UrlDelegate ( string name, Action success, System.Action failure ) : System
UrlDelegate ( string name, Action success, System.Action failure, NSUrlCredential credential ) : System
UrlDelegate ( string name, Action success ) : System
UrlDelegate ( string name, Action success, System.Action failure ) : System

Method Details

CanAuthenticateAgainstProtectionSpace() public méthode

public CanAuthenticateAgainstProtectionSpace ( NSUrlConnection connection, NSUrlProtectionSpace protectionSpace ) : bool
connection NSUrlConnection
protectionSpace NSUrlProtectionSpace
Résultat bool

CanceledAuthenticationChallenge() public méthode

public CanceledAuthenticationChallenge ( NSUrlConnection connection, NSUrlAuthenticationChallenge challenge ) : void
connection NSUrlConnection
challenge NSUrlAuthenticationChallenge
Résultat void

FailedWithError() public méthode

public FailedWithError ( NSUrlConnection connection, NSError error ) : void
connection NSUrlConnection
error NSError
Résultat void

FinishedLoading() public méthode

public FinishedLoading ( NSUrlConnection connection ) : void
connection NSUrlConnection
Résultat void

ReceivedAuthenticationChallenge() public méthode

public ReceivedAuthenticationChallenge ( NSUrlConnection connection, NSUrlAuthenticationChallenge challenge ) : void
connection NSUrlConnection
challenge NSUrlAuthenticationChallenge
Résultat void

ReceivedData() public méthode

public ReceivedData ( NSUrlConnection connection, NSData d ) : void
connection NSUrlConnection
d NSData
Résultat void

UrlDelegate() public méthode

public UrlDelegate ( string name, Action success ) : System
name string
success Action
Résultat System

UrlDelegate() public méthode

public UrlDelegate ( string name, Action success, System.Action failure ) : System
name string
success Action
failure System.Action
Résultat System

UrlDelegate() public méthode

public UrlDelegate ( string name, Action success, System.Action failure, NSUrlCredential credential ) : System
name string
success Action
failure System.Action
credential NSUrlCredential
Résultat System

UrlDelegate() public méthode

public UrlDelegate ( string name, Action success ) : System
name string
success Action
Résultat System

UrlDelegate() public méthode

public UrlDelegate ( string name, Action success, System.Action failure ) : System
name string
success Action
failure System.Action
Résultat System