HttpClient Methods |
The HttpClient type exposes the following members.
Name | Description | |
---|---|---|
ApplySettings |
Applies the settings.
(Overrides AbstractServiceApplySettings(IEnumerableParameter).) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
SendRequest |
Send the request described in requestMetadata and transform requestObject to its definitive format.
This method is synchronized, and should ONLY be called in functional test and automated test, else the UI thread will be blocked.
(Inherited from AbstractService.) | |
SendRequestAsync |
Asynchronized version of SendRequest method.
(Inherited from AbstractService.) | |
Start |
Starts this instance.
(Overrides AbstractServiceStart.) | |
Stop |
Stops this instance.
(Overrides AbstractServiceStop.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
ToStringOrXml |
Converts any Object to string representation in String or XML format.
(Defined by ExtensionMethods.) | |
ToXmlString |
Converts any Object to string representation in XML format.
(Defined by ExtensionMethods.) |