Méthode | Description | |
---|---|---|
CanAuthenticateAgainstProtectionSpace ( NSUrlConnection connection, NSUrlProtectionSpace protectionSpace ) : bool |
Tells the connection it can authenticate
|
|
ReceivedAuthenticationChallenge ( NSUrlConnection connection, NSUrlAuthenticationChallenge challenge ) : void |
Handle the auth challenge on the connection
|
|
ReceivedResponse ( NSUrlConnection connection, NSUrlResponse response ) : void |
Should be authed now, start up the webview request again
|
|
iOSWebClient ( UIWebView view ) : System |
Méthode | Description | |
---|---|---|
LoadError ( object o, |
Error loading, load did not finish
|
|
LoadFinished ( object o, |
Load is finished.
|
|
LoadStarted ( object o, |
Called when a page starts loading
|
|
ShouldStartLoad ( UIWebView view, NSUrlRequest request, UIWebViewNavigationType navType ) : bool |
Start a connection to do the https auth, and cancel the webview request if https
|
public CanAuthenticateAgainstProtectionSpace ( NSUrlConnection connection, NSUrlProtectionSpace protectionSpace ) : bool | ||
connection | NSUrlConnection | |
protectionSpace | NSUrlProtectionSpace | |
Résultat | bool |
public ReceivedAuthenticationChallenge ( NSUrlConnection connection, NSUrlAuthenticationChallenge challenge ) : void | ||
connection | NSUrlConnection | |
challenge | NSUrlAuthenticationChallenge | |
Résultat | void |
public ReceivedResponse ( NSUrlConnection connection, NSUrlResponse response ) : void | ||
connection | NSUrlConnection | |
response | NSUrlResponse | |
Résultat | void |
public iOSWebClient ( UIWebView view ) : System | ||
view | UIWebView | |
Résultat | System |