AVAssetResourceLoadingRequest.FinishLoading Method

Definition

Overloads

FinishLoading()

Causes the receiver to respond and act as if loading is finished.

FinishLoading(NSUrlResponse, NSData, NSUrlRequest)

Developers should not use this deprecated method. Developers should use the 'Response', 'Redirect' properties and the 'AVAssetResourceLoadingDataRequest.Responds' and 'AVAssetResourceLoadingRequest.FinishLoading' methods instead.

FinishLoading()

Causes the receiver to respond and act as if loading is finished.

[Foundation.Export("finishLoading")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void FinishLoading ();
abstract member FinishLoading : unit -> unit
override this.FinishLoading : unit -> unit
Attributes

Applies to

FinishLoading(NSUrlResponse, NSData, NSUrlRequest)

Developers should not use this deprecated method. Developers should use the 'Response', 'Redirect' properties and the 'AVAssetResourceLoadingDataRequest.Responds' and 'AVAssetResourceLoadingRequest.FinishLoading' methods instead.

[Foundation.Export("finishLoadingWithResponse:data:redirect:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, "Use the 'Response', 'Redirect' properties and the 'AVAssetResourceLoadingDataRequest.Responds' and 'AVAssetResourceLoadingRequest.FinishLoading' methods instead.")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, "Use the 'Response', 'Redirect' properties and the 'AVAssetResourceLoadingDataRequest.Responds' and 'AVAssetResourceLoadingRequest.FinishLoading' methods instead.")]
public virtual void FinishLoading (Foundation.NSUrlResponse usingResponse, Foundation.NSData data, Foundation.NSUrlRequest redirect);
abstract member FinishLoading : Foundation.NSUrlResponse * Foundation.NSData * Foundation.NSUrlRequest -> unit
override this.FinishLoading : Foundation.NSUrlResponse * Foundation.NSData * Foundation.NSUrlRequest -> unit

Parameters

usingResponse
NSUrlResponse

To be added.

This parameter can be null.

data
NSData

Data for the resource, can be null if no data is available.

This parameter can be null.

redirect
NSUrlRequest

Redirect for the request, or null if not available.

This parameter can be null.

Attributes

Applies to