다음을 통해 공유


AVAssetDownloadDelegate.NeedNewBodyStream 메서드

정의

새 요청 본문 스트림을 가져오기 위해 호출되는 메서드입니다.

[Foundation.Export("URLSession:task:needNewBodyStream:")]
[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 NeedNewBodyStream (Foundation.NSUrlSession session, Foundation.NSUrlSessionTask task, Action<Foundation.NSInputStream> completionHandler);
abstract member NeedNewBodyStream : Foundation.NSUrlSession * Foundation.NSUrlSessionTask * Action<Foundation.NSInputStream> -> unit
override this.NeedNewBodyStream : Foundation.NSUrlSession * Foundation.NSUrlSessionTask * Action<Foundation.NSInputStream> -> unit

매개 변수

session
NSUrlSession
completionHandler
Action<NSInputStream>
특성

적용 대상