SLRequest.PerformRequest Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- handler
- Action<NSData,NSHttpUrlResponse,NSError>
- Attributes