The members of Foundation.NSUrlSessionDataDelegate are listed below.
See Also: Inherited members from Foundation.NSUrlSessionTaskDelegate
Public Constructors
| | Default constructor, initializes a new instance of this class. |
Protected Constructors
| | Constructor to call on derived classes to skip initialization and merely allocate the object. |
| | A constructor used when creating managed representations of unmanaged objects; Called by the runtime. |
Public Methods
| DidBecomeDownloadTask(NSUrlSession, NSUrlSessionDataTask, NSUrlSessionDownloadTask)Documentation for this section has not yet been entered. |
| DidReceiveData(NSUrlSession, NSUrlSessionDataTask, NSData)Documentation for this section has not yet been entered. |
| DidReceiveResponse(NSUrlSession, NSUrlSessionDataTask, NSUrlResponse, Action<NSUrlSessionResponseDisposition>)Documentation for this section has not yet been entered. |
| WillCacheResponse(NSUrlSession, NSUrlSessionDataTask, NSCachedUrlResponse, Action<NSCachedUrlResponse>)Documentation for this section has not yet been entered. |