29 using System.Collections;
30 using System.Collections.Specialized;
36 namespace OpenSim.Framework.Servers.HttpServer
40 string[] AcceptTypes {
get; }
41 Encoding ContentEncoding {
get; }
42 long ContentLength {
get; }
43 long ContentLength64 {
get; }
44 string ContentType {
get; }
45 HttpCookieCollection Cookies {
get; }
46 bool HasEntityBody {
get; }
47 NameValueCollection Headers {
get; }
48 string HttpMethod {
get; }
49 Stream InputStream {
get; }
50 bool IsSecured {
get; }
51 bool KeepAlive {
get; }
52 NameValueCollection QueryString {
get; }
53 Hashtable Query {
get; }
54 string RawUrl {
get; }
55 IPEndPoint RemoteIPEndPoint {
get; }
57 string UserAgent {
get; }