NSUrlSessionResponse 代理人
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
NSUrlSession 針對各種背景作業叫用之回呼的簽章。
public delegate void NSUrlSessionResponse(NSData data, NSUrlResponse response, NSError error);
type NSUrlSessionResponse = delegate of NSData * NSUrlResponse * NSError -> unit
參數
- data
- NSData
收到的資料。
- response
- NSUrlResponse
表示回應的物件。
- error
- NSError
錯誤碼,如果有的話。