AVAssetResourceLoadingRequest.FinishLoading 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.
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
- redirect
- NSUrlRequest
Redirect for the request, or null if not available.
This parameter can be null
.
- Attributes