NSUrlSessionUploadTask Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Register("NSURLSessionUploadTask", true)]
public class NSUrlSessionUploadTask : Foundation.NSUrlSessionDataTask
[<Foundation.Register("NSURLSessionUploadTask", true)>]
type NSUrlSessionUploadTask = class
inherit NSUrlSessionDataTask
- Inheritance
- Attributes
Constructors
| Name | Description |
|---|---|
| NSUrlSessionUploadTask() | |
| NSUrlSessionUploadTask(NativeHandle) |
A constructor used when creating managed representations of unmanaged objects. Called by the runtime. |
| NSUrlSessionUploadTask(NSObjectFlag) |
Constructor to call on derived classes to skip initialization and merely allocate the object. |
Properties
| Name | Description |
|---|---|
| AccessibilityAttributedUserInputLabels | (Inherited from NSObject) |
| AccessibilityRespondsToUserInteraction | (Inherited from NSObject) |
| AccessibilityTextualContext | (Inherited from NSObject) |
| AccessibilityUserInputLabels | (Inherited from NSObject) |
| BytesExpectedToReceive | (Inherited from NSUrlSessionTask) |
| BytesExpectedToSend | (Inherited from NSUrlSessionTask) |
| BytesReceived | (Inherited from NSUrlSessionTask) |
| BytesSent | (Inherited from NSUrlSessionTask) |
| Class | (Inherited from NSObject) |
| ClassHandle |
The Objective-C class handle for this class. |
| CountOfBytesClientExpectsToReceive | (Inherited from NSUrlSessionTask) |
| CountOfBytesClientExpectsToSend | (Inherited from NSUrlSessionTask) |
| CurrentRequest | (Inherited from NSUrlSessionTask) |
| DebugDescription | (Inherited from NSObject) |
| Delegate | (Inherited from NSUrlSessionTask) |
| Description | (Inherited from NSObject) |
| EarliestBeginDate | (Inherited from NSUrlSessionTask) |
| Error | (Inherited from NSUrlSessionTask) |
| ExposedBindings | (Inherited from NSObject) |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from NSObject) |
| IsDirectBinding |
Gets or sets a value indicating whether this instance uses direct Objective-C binding. (Inherited from NSObject) |
| IsProxy | (Inherited from NSObject) |
| OriginalRequest | (Inherited from NSUrlSessionTask) |
| PrefersIncrementalDelivery | (Inherited from NSUrlSessionTask) |
| Priority | (Inherited from NSUrlSessionTask) |
| Progress | (Inherited from NSUrlSessionTask) |
| Response | (Inherited from NSUrlSessionTask) |
| ResumeDataKey |
Represents the value associated with the constant 'NSURLSessionUploadTaskResumeData'. |
| RetainCount | (Inherited from NSObject) |
| Self | (Inherited from NSObject) |
| State | (Inherited from NSUrlSessionTask) |
| Superclass | (Inherited from NSObject) |
| SuperHandle |
Handle used to represent the methods in the base class for this NSObject. (Inherited from NSObject) |
| TaskDescription | (Inherited from NSUrlSessionTask) |
| TaskIdentifier | (Inherited from NSUrlSessionTask) |
| WeakDelegate | (Inherited from NSUrlSessionTask) |
| Zone | (Inherited from NSObject) |