OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Properties | List of all members
OpenSim.Tests.Common.TestHttpResponse Class Reference
Inheritance diagram for OpenSim.Tests.Common.TestHttpResponse:
Inheritance graph
[legend]
Collaboration diagram for OpenSim.Tests.Common.TestHttpResponse:
Collaboration graph
[legend]

Public Member Functions

 TestHttpResponse ()
 
void AddHeader (string name, string value)
 
void Send ()
 
void SendBody (byte[] buffer, int offset, int count)
 
void SendBody (byte[] buffer)
 
void SendHeaders ()
 
void Redirect (Uri uri)
 
void Redirect (string url)
 

Properties

Stream Body [get, set]
 
string ProtocolVersion [get, set]
 
bool Chunked [get, set]
 
ConnectionType Connection [get, set]
 
Encoding Encoding [get, set]
 
int KeepAlive [get, set]
 
HttpStatusCode Status [get, set]
 
string Reason [get, set]
 
long ContentLength [get, set]
 
string ContentType [get, set]
 
bool HeadersSent [get]
 
bool Sent [get]
 
ResponseCookies Cookies [get]
 

Detailed Description

Definition at line 36 of file TestHttpResponse.cs.

Constructor & Destructor Documentation

OpenSim.Tests.Common.TestHttpResponse.TestHttpResponse ( )
inline

Definition at line 135 of file TestHttpResponse.cs.

Member Function Documentation

void OpenSim.Tests.Common.TestHttpResponse.AddHeader ( string  name,
string  value 
)
inline

Definition at line 141 of file TestHttpResponse.cs.

void OpenSim.Tests.Common.TestHttpResponse.Redirect ( Uri  uri)
inline

Definition at line 168 of file TestHttpResponse.cs.

void OpenSim.Tests.Common.TestHttpResponse.Redirect ( string  url)
inline

Definition at line 169 of file TestHttpResponse.cs.

void OpenSim.Tests.Common.TestHttpResponse.Send ( )
inline

Definition at line 143 of file TestHttpResponse.cs.

void OpenSim.Tests.Common.TestHttpResponse.SendBody ( byte[]  buffer,
int  offset,
int  count 
)
inline

Definition at line 150 of file TestHttpResponse.cs.

void OpenSim.Tests.Common.TestHttpResponse.SendBody ( byte[]  buffer)
inline

Definition at line 156 of file TestHttpResponse.cs.

void OpenSim.Tests.Common.TestHttpResponse.SendHeaders ( )
inline

Definition at line 162 of file TestHttpResponse.cs.

Property Documentation

Stream OpenSim.Tests.Common.TestHttpResponse.Body
getset

Definition at line 39 of file TestHttpResponse.cs.

bool OpenSim.Tests.Common.TestHttpResponse.Chunked
getset

Definition at line 54 of file TestHttpResponse.cs.

ConnectionType OpenSim.Tests.Common.TestHttpResponse.Connection
getset

Definition at line 62 of file TestHttpResponse.cs.

long OpenSim.Tests.Common.TestHttpResponse.ContentLength
getset

Definition at line 102 of file TestHttpResponse.cs.

string OpenSim.Tests.Common.TestHttpResponse.ContentType
getset

Definition at line 110 of file TestHttpResponse.cs.

ResponseCookies OpenSim.Tests.Common.TestHttpResponse.Cookies
get

Definition at line 130 of file TestHttpResponse.cs.

Encoding OpenSim.Tests.Common.TestHttpResponse.Encoding
getset

Definition at line 70 of file TestHttpResponse.cs.

bool OpenSim.Tests.Common.TestHttpResponse.HeadersSent
get

Definition at line 118 of file TestHttpResponse.cs.

int OpenSim.Tests.Common.TestHttpResponse.KeepAlive
getset

Definition at line 78 of file TestHttpResponse.cs.

string OpenSim.Tests.Common.TestHttpResponse.ProtocolVersion
getset

Definition at line 47 of file TestHttpResponse.cs.

string OpenSim.Tests.Common.TestHttpResponse.Reason
getset

Definition at line 94 of file TestHttpResponse.cs.

bool OpenSim.Tests.Common.TestHttpResponse.Sent
get

Definition at line 124 of file TestHttpResponse.cs.

HttpStatusCode OpenSim.Tests.Common.TestHttpResponse.Status
getset

Definition at line 86 of file TestHttpResponse.cs.


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