Show / Hide Table of Contents

Class HttpResponse<T>

Inheritance
object
HttpResponse<T>
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: BaseballSharp.Models
Assembly: BaseballSharp.dll
Syntax
public class HttpResponse<T>
Type Parameters
Name Description
T

Properties

| Edit this page View Source

AdditionalInformation

Declaration
public string AdditionalInformation { get; set; }
Property Value
Type Description
string
| Edit this page View Source

ExceptionMsg

Declaration
public string ExceptionMsg { get; set; }
Property Value
Type Description
string
| Edit this page View Source

IsError

Declaration
public bool IsError { get; set; }
Property Value
Type Description
bool
| Edit this page View Source

StatusCode

Declaration
public HttpStatusCode StatusCode { get; set; }
Property Value
Type Description
HttpStatusCode
| Edit this page View Source

deserializedObject

Declaration
public T deserializedObject { get; set; }
Property Value
Type Description
T
| Edit this page View Source

jsonResponse

Declaration
public string jsonResponse { get; set; }
Property Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX