HttpResponseContent<T>

Overview

Location

  • Reference: Sugar
  • Namespace: Sugar

Properties


Content

 

property Content: T read write;

 

T Content { get; set; }

 

var Content: T { get{} set{} }

 

T Content { __get; __set; }

 

Property Content() As T

Exception

 

property Exception: Exception read write;

 

Exception Exception { get; set; }

 

var Exception: Exception { get{} set{} }

 

Exception Exception { __get; __set; }

 

Property Exception() As Exception

Success

 

property Success: Boolean read;

 

Boolean Success { get; }

 

var Success: Boolean { get{} }

 

Boolean Success { __get; }

 

ReadOnly Property Success() As Boolean

Instance Methods


constructor

 

constructor

 

HttpResponseContent<T>()

 

init()

 

HttpResponseContent<T>()

 

Sub New()