Foundation.NSUrlSessionTaskDelegate Members

The members of Foundation.NSUrlSessionTaskDelegate are listed below.

See Also: Inherited members from Foundation.NSUrlSessionDelegate

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

DidCompleteWithError(NSUrlSession, NSUrlSessionTask, NSError)
Documentation for this section has not yet been entered.
DidReceiveChallenge(NSUrlSession, NSUrlSessionTask, NSUrlAuthenticationChallenge, Action<NSUrlSessionAuthChallengeDisposition, NSUrlCredential>)
Documentation for this section has not yet been entered.
DidSendBodyData(NSUrlSession, NSUrlSessionTask, long, long, long)
Documentation for this section has not yet been entered.
NeedNewBodyStream(NSUrlSession, NSUrlSessionTask, Action<NSInputStream>)
Documentation for this section has not yet been entered.
WillPerformHttpRedirection(NSUrlSession, NSUrlSessionTask, NSHttpUrlResponse, NSUrlRequest, Action<NSUrlRequest>)
Documentation for this section has not yet been entered.