| C# | Visual Basic | Visual C++ |
public class AsyncToken : ICloneable, IProgress, IDisposable
Public Class AsyncToken _ Implements ICloneable, IProgress, IDisposable
public ref class AsyncToken : ICloneable, IProgress, IDisposable
| All Members | Constructors | Methods | Properties | Fields | |
| Icon | Member | Description |
|---|---|---|
| AsyncToken()()()() | Initializes a new instance of the AsyncToken class | |
| AddResponder(Responder) | ||
| CheckProgress()()()() |
Call this method if you wish to reset time (used for timeout)
in the mode of calculating timeout for "stucked" downloads only (e.g. that have no progress)
| |
| ClearResponders()()()() | ||
| Clone()()()() |
Clones the token (without responders)
Copies Data
Sets this as original token
| |
| Data |
Additional token data
Could be added by developer
| |
| Dispose()()()() | Releases all resources used by the AsyncToken | |
| Duration |
Request -> response duration
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType()()()() | Gets the type of the current instance. (Inherited from Object.) | |
| HasBeenDisposed | ||
| HasResponder()()()() | ||
| IsTimeout |
WWW request is in timeout
| |
| MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Progress | ||
| Request | ||
| Response | ||
| Timeout |
Request timeout in seconds
| |
| ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
| Object | |
| AsyncToken | |