A JSON web response.
public class JsonWebServiceResponse<TValue> : JsonWebServiceResponse
parameter | description |
---|---|
TValue | The type of the value. |
name | description |
---|---|
JsonWebServiceResponse(…) | Initializes a new instance of the JsonWebServiceResponse class. |
Value { get; } | Gets the value, if any. |