JsonWebServiceResponse<TValue> class

A JSON web response.

public class JsonWebServiceResponse<TValue> : JsonWebServiceResponse
parameter description
TValue The type of the value.

Public Members

name description
JsonWebServiceResponse(…) Initializes a new instance of the JsonWebServiceResponse class.
Value { get; } Gets the value, if any.

See Also