다음을 통해 공유


AVAssetDownloadDelegate.WillPerformHttpRedirection 메서드

정의

서버에서 리디렉션을 요청할 때 호출되는 메서드입니다.

[Foundation.Export("URLSession:task:willPerformHTTPRedirection:newRequest:completionHandler:")]
[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 WillPerformHttpRedirection (Foundation.NSUrlSession session, Foundation.NSUrlSessionTask task, Foundation.NSHttpUrlResponse response, Foundation.NSUrlRequest newRequest, Action<Foundation.NSUrlRequest> completionHandler);
abstract member WillPerformHttpRedirection : Foundation.NSUrlSession * Foundation.NSUrlSessionTask * Foundation.NSHttpUrlResponse * Foundation.NSUrlRequest * Action<Foundation.NSUrlRequest> -> unit
override this.WillPerformHttpRedirection : Foundation.NSUrlSession * Foundation.NSUrlSessionTask * Foundation.NSHttpUrlResponse * Foundation.NSUrlRequest * Action<Foundation.NSUrlRequest> -> unit

매개 변수

session
NSUrlSession
newRequest
NSUrlRequest
completionHandler
Action<NSUrlRequest>
특성

적용 대상