C# Class MonoTouch.Dialog.UrlDelegate

Inheritance: NSUrlConnectionDelegate
显示文件 Open project: escoz/MonoMobile.Forms

Public Methods

Method 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 method

public CanAuthenticateAgainstProtectionSpace ( NSUrlConnection connection, NSUrlProtectionSpace protectionSpace ) : bool
connection NSUrlConnection
protectionSpace NSUrlProtectionSpace
return bool

CanceledAuthenticationChallenge() public method

public CanceledAuthenticationChallenge ( NSUrlConnection connection, NSUrlAuthenticationChallenge challenge ) : void
connection NSUrlConnection
challenge NSUrlAuthenticationChallenge
return void

FailedWithError() public method

public FailedWithError ( NSUrlConnection connection, NSError error ) : void
connection NSUrlConnection
error NSError
return void

FinishedLoading() public method

public FinishedLoading ( NSUrlConnection connection ) : void
connection NSUrlConnection
return void

ReceivedAuthenticationChallenge() public method

public ReceivedAuthenticationChallenge ( NSUrlConnection connection, NSUrlAuthenticationChallenge challenge ) : void
connection NSUrlConnection
challenge NSUrlAuthenticationChallenge
return void

ReceivedData() public method

public ReceivedData ( NSUrlConnection connection, NSData d ) : void
connection NSUrlConnection
d NSData
return void

UrlDelegate() public method

public UrlDelegate ( string name, Action success ) : System
name string
success Action
return System

UrlDelegate() public method

public UrlDelegate ( string name, Action success, System.Action failure ) : System
name string
success Action
failure System.Action
return System

UrlDelegate() public method

public UrlDelegate ( string name, Action success, System.Action failure, NSUrlCredential credential ) : System
name string
success Action
failure System.Action
credential NSUrlCredential
return System

UrlDelegate() public method

public UrlDelegate ( string name, Action success ) : System
name string
success Action
return System

UrlDelegate() public method

public UrlDelegate ( string name, Action success, System.Action failure ) : System
name string
success Action
failure System.Action
return System