Energy Core Library
Energy.Base.Http.Response Class Reference

HTTP response More...

Inheritance diagram for Energy.Base.Http.Response:
Energy.Base.Http.Message

Public Member Functions

 Response ()
 Constructor More...
 
- Public Member Functions inherited from Energy.Base.Http.Message
override string ToString ()
 
void SetValue (object o)
 

Static Public Member Functions

static int GetStatusCode (Response response)
 
- Static Public Member Functions inherited from Energy.Base.Http.Message
static string GetBody (Message message)
 
static string [] GetHeaders (Message message, string[] emptyResult)
 
static string [] GetHeaders (Message message)
 

Properties

int StatusCode [get, set]
 
- Properties inherited from Energy.Base.Http.Message
string Body [get, set]
 
byte [] Data [get, set]
 
System.Text.Encoding Encoding [get, set]
 
string Charset [get, set]
 

Additional Inherited Members

- Public Attributes inherited from Energy.Base.Http.Message
List< string > Headers = new List<string>()
 

Detailed Description

HTTP response

Constructor & Destructor Documentation

◆ Response()

Energy.Base.Http.Response.Response ( )

Constructor

Member Function Documentation

◆ GetStatusCode()

static int Energy.Base.Http.Response.GetStatusCode ( Response  response)
static

Property Documentation

◆ StatusCode

int Energy.Base.Http.Response.StatusCode
getset

The documentation for this class was generated from the following file: