Editar

Share via


IWKUrlSchemeTask.DidReceiveResponse(NSUrlResponse) Method

Definition

Method that is called to indicate that the task received a response.

[Foundation.Export("didReceiveResponse:")]
[Foundation.Preserve(Conditional=true)]
public void DidReceiveResponse (Foundation.NSUrlResponse response);
abstract member DidReceiveResponse : Foundation.NSUrlResponse -> unit

Parameters

response
NSUrlResponse

The response that was received.

Attributes

Applies to