NSUrlConnectionDelegate.ReceivedAuthenticationChallenge Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
[Foundation.Export("connection:didReceiveAuthenticationChallenge:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, "Use 'WillSendRequestForAuthenticationChallenge' instead.")]
public virtual void ReceivedAuthenticationChallenge (Foundation.NSUrlConnection connection, Foundation.NSUrlAuthenticationChallenge challenge);
abstract member ReceivedAuthenticationChallenge : Foundation.NSUrlConnection * Foundation.NSUrlAuthenticationChallenge -> unit
override this.ReceivedAuthenticationChallenge : Foundation.NSUrlConnection * Foundation.NSUrlAuthenticationChallenge -> unit
Parametri
- connection
- NSUrlConnection
- challenge
- NSUrlAuthenticationChallenge
- Attributi