Class HttpResponse<T>
Inheritance
HttpResponse<T>
Assembly: BaseballSharp.dll
Syntax
public class HttpResponse<T>
Type Parameters
Properties
|
Edit this page
View Source
Declaration
public string AdditionalInformation { get; set; }
Property Value
|
Edit this page
View Source
ExceptionMsg
Declaration
public string ExceptionMsg { get; set; }
Property Value
|
Edit this page
View Source
IsError
Declaration
public bool IsError { get; set; }
Property Value
|
Edit this page
View Source
StatusCode
Declaration
public HttpStatusCode StatusCode { get; set; }
Property Value
|
Edit this page
View Source
deserializedObject
Declaration
public T deserializedObject { get; set; }
Property Value
|
Edit this page
View Source
jsonResponse
Declaration
public string jsonResponse { get; set; }
Property Value