Xml |
The XmlHttpRequestProcessor type exposes the following members.
Name | Description | |
---|---|---|
Process | Processes the Request object and returns a Response object which is either a FailureResponse or a Response that's type is the counterpart to that of the Request object passed in. For example, successful processing of a LocationDataRequest will result in a LocationDataResponse. |
To create an instance of this class, you'll need to use the XmlHttpRequestProcessorBuilder class. Using a Builder you can heavily customize the way in which the created XmlHttpRequestProcessor works. For example, a default XmlHttpRequestProcessor uses System.Net classes to manage connections to the API servers, but you might want to swap in alternative functionality if you want more control, or if your application needs to run in an environment that doesn't support HttpWebRequest et al.
For more on the customization options, see the docs for the XmlHttpRequestProcessorBuilder.