OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Public Attributes | List of all members
OpenSim.Framework.Servers.HttpServer.HttpServerContextObj Class Reference
Collaboration diagram for OpenSim.Framework.Servers.HttpServer.HttpServerContextObj:
Collaboration graph
[legend]

Public Member Functions

 HttpServerContextObj (IHttpClientContext contxt, IHttpRequest reqs)
 
 HttpServerContextObj (OSHttpRequest osreq, OSHttpResponse osresp)
 

Public Attributes

IHttpClientContext context = null
 
IHttpRequest req = null
 
OSHttpRequest oreq = null
 
OSHttpResponse oresp = null
 

Detailed Description

Definition at line 2157 of file BaseHttpServer.cs.

Constructor & Destructor Documentation

OpenSim.Framework.Servers.HttpServer.HttpServerContextObj.HttpServerContextObj ( IHttpClientContext  contxt,
IHttpRequest  reqs 
)
inline

Definition at line 2164 of file BaseHttpServer.cs.

OpenSim.Framework.Servers.HttpServer.HttpServerContextObj.HttpServerContextObj ( OSHttpRequest  osreq,
OSHttpResponse  osresp 
)
inline

Definition at line 2170 of file BaseHttpServer.cs.

Member Data Documentation

IHttpClientContext OpenSim.Framework.Servers.HttpServer.HttpServerContextObj.context = null

Definition at line 2159 of file BaseHttpServer.cs.

OSHttpRequest OpenSim.Framework.Servers.HttpServer.HttpServerContextObj.oreq = null

Definition at line 2161 of file BaseHttpServer.cs.

OSHttpResponse OpenSim.Framework.Servers.HttpServer.HttpServerContextObj.oresp = null

Definition at line 2162 of file BaseHttpServer.cs.

IHttpRequest OpenSim.Framework.Servers.HttpServer.HttpServerContextObj.req = null

Definition at line 2160 of file BaseHttpServer.cs.


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