NSUrlSessionTaskDelegate.DidReceiveInformationalResponse 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.
[Foundation.Export("URLSession:task:didReceiveInformationalResponse:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidReceiveInformationalResponse(Foundation.NSUrlSession session, Foundation.NSUrlSessionTask task, Foundation.NSHttpUrlResponse response);
[<Foundation.Export("URLSession:task:didReceiveInformationalResponse:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidReceiveInformationalResponse : Foundation.NSUrlSession * Foundation.NSUrlSessionTask * Foundation.NSHttpUrlResponse -> unit
override this.DidReceiveInformationalResponse : Foundation.NSUrlSession * Foundation.NSUrlSessionTask * Foundation.NSHttpUrlResponse -> unit
Parameters
- session
- NSUrlSession
- task
- NSUrlSessionTask
- response
- NSHttpUrlResponse
Implements
- Attributes