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

Public Member Functions

 TestOSHttpRequest ()
 

Properties

string[] AcceptTypes [get]
 
Encoding ContentEncoding [get]
 
long ContentLength [get]
 
long ContentLength64 [get]
 
string ContentType [get]
 
HttpCookieCollection Cookies [get]
 
bool HasEntityBody [get]
 
NameValueCollection Headers [get, set]
 
string HttpMethod [get]
 
Stream InputStream [get]
 
bool IsSecured [get]
 
bool KeepAlive [get]
 
NameValueCollection QueryString [get]
 
Hashtable Query [get]
 
string RawUrl [get]
 
IPEndPoint RemoteIPEndPoint [get]
 
Uri Url [get, set]
 
string UserAgent [get]
 
- Properties inherited from OpenSim.Framework.Servers.HttpServer.IOSHttpRequest
string[] AcceptTypes [get]
 
Encoding ContentEncoding [get]
 
long ContentLength [get]
 
long ContentLength64 [get]
 
string ContentType [get]
 
HttpCookieCollection Cookies [get]
 
bool HasEntityBody [get]
 
NameValueCollection Headers [get]
 
string HttpMethod [get]
 
Stream InputStream [get]
 
bool IsSecured [get]
 
bool KeepAlive [get]
 
NameValueCollection QueryString [get]
 
Hashtable Query [get]
 
string RawUrl [get]
 
IPEndPoint RemoteIPEndPoint [get]
 
Uri Url [get]
 
string UserAgent [get]
 

Detailed Description

Definition at line 40 of file TestOSHttpRequest.cs.

Constructor & Destructor Documentation

OpenSim.Tests.Common.TestOSHttpRequest.TestOSHttpRequest ( )
inline

Definition at line 174 of file TestOSHttpRequest.cs.

Property Documentation

string [] OpenSim.Tests.Common.TestOSHttpRequest.AcceptTypes
get

Definition at line 43 of file TestOSHttpRequest.cs.

Encoding OpenSim.Tests.Common.TestOSHttpRequest.ContentEncoding
get

Definition at line 51 of file TestOSHttpRequest.cs.

long OpenSim.Tests.Common.TestOSHttpRequest.ContentLength
get

Definition at line 59 of file TestOSHttpRequest.cs.

long OpenSim.Tests.Common.TestOSHttpRequest.ContentLength64
get

Definition at line 67 of file TestOSHttpRequest.cs.

string OpenSim.Tests.Common.TestOSHttpRequest.ContentType
get

Definition at line 75 of file TestOSHttpRequest.cs.

HttpCookieCollection OpenSim.Tests.Common.TestOSHttpRequest.Cookies
get

Definition at line 83 of file TestOSHttpRequest.cs.

bool OpenSim.Tests.Common.TestOSHttpRequest.HasEntityBody
get

Definition at line 91 of file TestOSHttpRequest.cs.

NameValueCollection OpenSim.Tests.Common.TestOSHttpRequest.Headers
getset

Definition at line 98 of file TestOSHttpRequest.cs.

string OpenSim.Tests.Common.TestOSHttpRequest.HttpMethod
get

Definition at line 101 of file TestOSHttpRequest.cs.

Stream OpenSim.Tests.Common.TestOSHttpRequest.InputStream
get

Definition at line 109 of file TestOSHttpRequest.cs.

bool OpenSim.Tests.Common.TestOSHttpRequest.IsSecured
get

Definition at line 117 of file TestOSHttpRequest.cs.

bool OpenSim.Tests.Common.TestOSHttpRequest.KeepAlive
get

Definition at line 125 of file TestOSHttpRequest.cs.

Hashtable OpenSim.Tests.Common.TestOSHttpRequest.Query
get

Definition at line 141 of file TestOSHttpRequest.cs.

NameValueCollection OpenSim.Tests.Common.TestOSHttpRequest.QueryString
get

Definition at line 133 of file TestOSHttpRequest.cs.

string OpenSim.Tests.Common.TestOSHttpRequest.RawUrl
get

Definition at line 149 of file TestOSHttpRequest.cs.

IPEndPoint OpenSim.Tests.Common.TestOSHttpRequest.RemoteIPEndPoint
get

Definition at line 157 of file TestOSHttpRequest.cs.

Uri OpenSim.Tests.Common.TestOSHttpRequest.Url
getset

Definition at line 164 of file TestOSHttpRequest.cs.

string OpenSim.Tests.Common.TestOSHttpRequest.UserAgent
get

Definition at line 167 of file TestOSHttpRequest.cs.


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