IWKUrlSchemeTask.DidReceiveResponse(NSUrlResponse) 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.
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