A JSON web service request.
public class JsonWebServiceRequest<TResponseValue> : JsonWebServiceRequest
| parameter | description |
|---|---|
| TResponseValue | The type of the response value. |
| name | description |
|---|---|
| JsonWebServiceRequest(…) | Initializes a new instance of the JsonWebServiceRequest class. |
| JsonSettings { get; set; } | Gets or sets the JSON settings. |
| GetResponseAsync(…) | Gets the response asynchronously. |
| name | description |
|---|---|
| override CreateResponseAsync(…) | Called to create the response. |