29 using System.Collections;
30 using System.Collections.Generic;
31 using System.Collections.Specialized;
36 using OpenSim.Framework.Servers.HttpServer;
38 namespace OpenSim.Tests.Common
42 public string[] AcceptTypes
46 throw new NotImplementedException ();
50 public Encoding ContentEncoding
54 throw new NotImplementedException ();
58 public long ContentLength
62 throw new NotImplementedException ();
66 public long ContentLength64
70 throw new NotImplementedException ();
74 public string ContentType
78 throw new NotImplementedException ();
82 public HttpCookieCollection Cookies
86 throw new NotImplementedException ();
90 public bool HasEntityBody
94 throw new NotImplementedException ();
98 public NameValueCollection Headers {
get; set; }
100 public string HttpMethod
104 throw new NotImplementedException ();
108 public Stream InputStream
112 throw new NotImplementedException ();
116 public bool IsSecured
120 throw new NotImplementedException ();
124 public bool KeepAlive
128 throw new NotImplementedException ();
132 public NameValueCollection QueryString
136 throw new NotImplementedException ();
140 public Hashtable Query
144 throw new NotImplementedException ();
152 throw new NotImplementedException ();
156 public IPEndPoint RemoteIPEndPoint
160 throw new NotImplementedException ();
164 public Uri Url {
get; set; }
166 public string UserAgent
170 throw new NotImplementedException ();
176 Headers =
new NameValueCollection();