共用方式為


NSUrlSessionDataRead 代理人

定義

public delegate void NSUrlSessionDataRead(NSData data, bool atEof, NSError error);
type NSUrlSessionDataRead = delegate of NSData * bool * NSError -> unit

參數

data
NSData
atEof
Boolean
error
NSError

適用於