JsonWebServiceRequest<TResponseValue> class

A JSON web service request.

public class JsonWebServiceRequest<TResponseValue> : JsonWebServiceRequest
parameter description
TResponseValue The type of the response value.

Public Members

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.

Protected Members

name description
override CreateResponseAsync(…) Called to create the response.

See Also