29 using System.Collections.Generic;
33 using OpenSim.Framework.Servers.HttpServer;
35 namespace OpenSim.Tests.Common
46 public string ContentType {
get; set; }
64 public long ContentLength {
get; set; }
69 public long ContentLength64 {
get; set; }
74 public Encoding ContentEncoding {
get; set; }
76 public bool KeepAlive {
get; set; }
83 public int KeepAliveTimeout {
get; set; }
91 public Stream OutputStream {
get;
private set; }
93 public string ProtocolVersion {
get; set; }
98 public Stream Body {
get;
private set; }
103 public string RedirectLocation {
private get; set; }
108 public bool SendChunked {
get; set; }
113 public int StatusCode {
get; set; }
118 public string StatusDescription {
get; set; }
120 public bool ReuseContext {
get; set; }
129 public void AddHeader(
string key,
string value) {
throw new NotImplementedException(); }
void AddHeader(string key, string value)
Add a header field and content to the response.
OpenSim.Region.ScriptEngine.Shared.LSL_Types.LSLString key