The members of Foundation.NSUrlSessionTask are listed below.
See Also: Inherited members from Foundation.NSObject
| Default constructor, initializes a new instance of this class. |
| 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. |
| [read-only] | BytesExpectedToReceive | long. The number of bytes this task expects to receive in the response body. |
| [read-only] | BytesExpectedToSend | long. The number of bytes this task expects to send in the request body. Read-only. |
| [read-only] | BytesReceived | long. The number of bytes this task has received in the response body. Read-only. |
| [read-only] | BytesSent | long. The number of bytes that this task has sent in the request body. Read-only. |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| [read-only] | CurrentRequest | NSUrlRequest. The NSUrlRequest being handled by the task. Read-only. |
| [read-only] | Error | NSError. If the task failed, contains the error reason. Read-only. |
| [read-only] | OriginalRequest | NSUrlRequest. The NSUrlRequest passed when this task was created. Read-only. |
| Priority | float. Documentation for this section has not yet been entered. | |
| [read-only] | Response | NSUrlResponse. The server's response to the active request. Read-only. |
| [read-only] | State | NSUrlSessionTaskState. The current state of this task. Read-only. |
| TaskDescription | string. A human-meaningful description of this task. | |
| [read-only] | TaskIdentifier | nuint. An identifier that uniquely identifies this task within a session. Read-only. |
| [read-only] static | TransferSizeUnknown | long. Represents the value associated with the constant NSUrlSessionTransferSizeUnknown |