次の方法で共有


NSUrlDownloadSessionResponse 代理人

定義

public delegate void NSUrlDownloadSessionResponse(NSUrl location, NSUrlResponse response, NSError error);
type NSUrlDownloadSessionResponse = delegate of NSUrl * NSUrlResponse * NSError -> unit

パラメーター

location
NSUrl
response
NSUrlResponse
error
NSError

適用対象