SLRequest.PerformRequest Method

Definition

Makes the request and calls the provided handler when the request completes.

[Foundation.Export("performRequestWithHandler:")]
public virtual void PerformRequest (Action<Foundation.NSData,Foundation.NSHttpUrlResponse,Foundation.NSError> handler);
abstract member PerformRequest : Action<Foundation.NSData, Foundation.NSHttpUrlResponse, Foundation.NSError> -> unit
override this.PerformRequest : Action<Foundation.NSData, Foundation.NSHttpUrlResponse, Foundation.NSError> -> unit

Parameters

Attributes

Applies to