A base class for web service requests.
public abstract class WebServiceRequestBase<TResponse> : WebServiceRequestBase
name | description |
---|---|
GetResponseAsync(…) | Gets the response asynchronously. |
name | description |
---|---|
WebServiceRequestBase(…) | Initializes a new instance of the WebServiceRequestBase class. |
abstract HandleResponseCoreAsync(…) | Called to handle the response. |
virtual OnWebRequestCreated(…) | Called to modify the request before it is sent. |