eDriven Framework API
HttpServiceSingleton Class
NamespaceseDriven.Networking.RpcHttpServiceSingleton
eDriven Framework API
Declaration Syntax
C#Visual BasicVisual C++
public class HttpServiceSingleton : HttpConnector
Public Class HttpServiceSingleton _
	Inherits HttpConnector
public ref class HttpServiceSingleton : public HttpConnector
Members
All MembersMethodsPropertiesFields



IconMemberDescription
AddEventListener(String, EventHandler, EventPhase, Int32)
Adds the event listener
(Inherited from EventDispatcher.)
AddEventListener(String, EventHandler, EventPhase)
Adds the event listener
(Inherited from EventDispatcher.)
AddEventListener(String, EventHandler)
AddEventListener Overload Assumes that useCapturePhase is false
(Inherited from EventDispatcher.)
AddEventListener(String, EventHandler, Int32)
Adds the event listener
(Inherited from EventDispatcher.)
AutoDisposeResources
Should system automatically dispose WWW resources (but after processing)
(Inherited from HttpConnector.)
CacheBuster (Inherited from HttpConnector.)
Cancel(AsyncToken)
Cancels the request
(Inherited from HttpConnector.)
CancelAll()()()()
Cansels all requests
(Inherited from HttpConnector.)
Clone()()()()
Creates a new object that is a copy of the current instance.
(Inherited from HttpConnector.)
ConcurencyMode
How to handle multiple calls to the same service. The default concurrency value is multiple.
(Inherited from HttpConnector.)
DispatchEvent(Event, Boolean)
Dispatches an event with the option of late processing (immediate = TRUE/FALSE)
(Inherited from EventDispatcher.)
DispatchEvent(Event)
Dispatches an event immediatelly
(Inherited from EventDispatcher.)
Dispose()()()() (Inherited from HttpConnector.)
EnqueueEvent(Event)
Adds an event to the queue The queue will be processed when ProcessQueue() manually executed
(Inherited from EventDispatcher.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
ExecuteListeners(Event)
Executes event handlers listening for a particular event type
(Inherited from EventDispatcher.)
FaultHandler
Overal fault handler for the service
(Inherited from HttpConnector.)
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.)
HasBubblingEventListener(String)
Returns true if there are any subscribers in bubbling hierarchy
Override in superclass
(Inherited from EventDispatcher.)
HasEventListener(String)
Returns true if EventDispatcher has any registered listeners for a specific type and phase
(Inherited from EventDispatcher.)
Id
The identifier of this HttpConnector
(Inherited from HttpConnector.)
Instance
Singleton instance

IsDefaultPrevented(String, Boolean)
Exposes the cancelable event to the outside if there are listeners for that event type If default prevented, returns false If not, returns true
(Inherited from EventDispatcher.)
IsDefaultPrevented(String)
No-bubbling version
(Inherited from EventDispatcher.)
IsWorking
A flag indicating that this connector is processing
(Inherited from HttpConnector.)
LogCalls
Should calls be written to log
(Inherited from HttpConnector.)
MappedToAnyPhase(String, EventHandler, EventPhase)
Returns true if handler is mapped to any of the specified phases
(Inherited from EventDispatcher.)
MaxConcurrentRequests
Max number of concurrent requests In FIFO and FILO mode Meaning it doesn't have to be processed one-by-one (the default) but two-by-two, three-by-three etc.
(Inherited from HttpConnector.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ProcessEvent(Event)
Could be overriden in a subclass (for instance to implement event bubbling)
(Inherited from EventDispatcher.)
ProcessingMode
How to handle multiple responses
(Inherited from HttpConnector.)
ProcessQueue()()()()
If events are added to queue, they are waiting to be fired
in the same order they are added
(Inherited from EventDispatcher.)
RemoveAllListeners(String)
Removes all listeners for the spacified event type (both capture and bubbling phase)
(Inherited from EventDispatcher.)
RemoveAllListeners(String, EventPhase)
Removes all listeners for the spacified event type and phases
(Inherited from EventDispatcher.)
RemoveEventListener(String, EventHandler, EventPhase)
Removes the event listener
(Inherited from EventDispatcher.)
RemoveEventListener(String, EventHandler)
Removes the event listener
(Inherited from EventDispatcher.)
ResetTimeoutOnProgress
Request timeout in seconds
(Inherited from HttpConnector.)
ResponseMode
Response mode Token or WWW (the default is token) If ResponseMode.Token, the argument passed to result handler is AsyncToken, else if ResponseMode.WWW, the argument passed to result handler is current WWW
(Inherited from HttpConnector.)
Responses
You can peek to responses through this collection Available on ALL_PROCESSED event
(Inherited from HttpConnector.)
Send(WebRequest)
Sends a request This method is always called when calling any of Send overrides
(Inherited from HttpConnector.)
Send(WebRequest, array<Responder>[]()[][])
Sends a request
(Inherited from HttpConnector.)
Send(WebRequest, array<ResultHandler>[]()[][])
Sends a request
(Inherited from HttpConnector.)
Send()()()()
Sends a request
(Inherited from HttpConnector.)
Send(array<Responder>[]()[][])
Sends a request
(Inherited from HttpConnector.)
Send(String)
Sends a request
(Inherited from HttpConnector.)
Send(String, array<Responder>[]()[][])
Sends a request
(Inherited from HttpConnector.)
Send(String, array<ResultHandler>[]()[][])
Sends a request
(Inherited from HttpConnector.)
Send(String, array<Byte>[]()[][])
Sends a request
(Inherited from HttpConnector.)
Send(String, array<Byte>[]()[][], array<Responder>[]()[][])
Sends a request
(Inherited from HttpConnector.)
Send(String, array<Byte>[]()[][], Hashtable)
Sends a request
(Inherited from HttpConnector.)
Send(String, array<Byte>[]()[][], Hashtable, array<Responder>[]()[][])
Sends a request
(Inherited from HttpConnector.)
Send(String, WWWForm)
Sends a request
(Inherited from HttpConnector.)
Send(String, WWWForm, array<Responder>[]()[][])
Sends a request
(Inherited from HttpConnector.)
Send(array<Byte>[]()[][])
Sends a request
(Inherited from HttpConnector.)
Send(array<Byte>[]()[][], array<Responder>[]()[][])
Sends a request
(Inherited from HttpConnector.)
Send(array<Byte>[]()[][], Hashtable)
Sends a request
(Inherited from HttpConnector.)
Send(array<Byte>[]()[][], Hashtable, array<Responder>[]()[][])
Sends a request
(Inherited from HttpConnector.)
Send(WWWForm)
Sends a request
(Inherited from HttpConnector.)
Send(WWWForm, array<Responder>[]()[][])
Sends a request
(Inherited from HttpConnector.)
Send(WWWForm, Hashtable, array<Responder>[]()[][])
Sends a request
(Inherited from HttpConnector.)
StopAll()()()()
Stops all requests from processing
(Inherited from HttpConnector.)
Timeout
Request timeout in seconds
(Inherited from HttpConnector.)
ToString()()()() (Inherited from HttpConnector.)
Url
The URL of the server-side If defined, one can use Send() method without parameters
(Inherited from HttpConnector.)
Inheritance Hierarchy
Object
EventDispatcher
 HttpConnector
  HttpServiceSingleton

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