The ServiceAgent T type exposes the following members.
Back to Top
Methods
| Name | Description | |
|---|---|---|
| DeserializeResponse TResult |
Deserializes the response stream.
| |
| DeserializeResponseJson TResult |
Deserializes the response stream using JSON serializer.
| |
| (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
Serves as a hash function for a particular type. (Inherited from | ||
| GetPostData |
This method must be implemented by all classes that inherit from ServiceAgent.
It will provide the POST data that has to be sent to the service if the Http Method used is POST.
| |
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| OnCompleteRequest |
A virtual method. It is invoked after completing the service request.
The implementation of this base class will invoke the client's "on complete" callback method.
Classes that inherit from ServiceAgent can oveerite this method to further process the service
call result before calling the client's "on complete" callback method.
| |
| ParseOutput |
This method is called after the response sent by the server is received by the client.
It allows classes that inherit from ServiceAgent to do their own processing of
the data received from the server.
| |
| ProcessRequest |
This method initiates the asynchronous service call.
| |
Returns a string that represents the current object. (Inherited from |
See Also