NSUrlConnectionDelegate.FailedWithError(NSUrlConnection, NSError) Method

Definition

[Foundation.Export("connection:didFailWithError:")]
public virtual void FailedWithError (Foundation.NSUrlConnection connection, Foundation.NSError error);
abstract member FailedWithError : Foundation.NSUrlConnection * Foundation.NSError -> unit
override this.FailedWithError : Foundation.NSUrlConnection * Foundation.NSError -> unit

Parameters

connection
NSUrlConnection
error
NSError
Attributes

Applies to