eDriven Framework API
AsyncToken Class
NamespaceseDriven.Networking.RpcAsyncToken
eDriven Framework API
Declaration Syntax
C#Visual BasicVisual C++
public class AsyncToken : ICloneable, IProgress, 
	IDisposable
Public Class AsyncToken _
	Implements ICloneable, IProgress, IDisposable
public ref class AsyncToken : ICloneable, 
	IProgress, IDisposable
Members
All MembersConstructorsMethodsPropertiesFields



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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.)
Inheritance Hierarchy
Object
AsyncToken

Assembly: eDriven.Networking (Module: eDriven.Networking) Version: 2.0.1.0 (2.0.1.0)