diff options
Diffstat (limited to 'OpenSim/Framework/Servers/HttpServer/OSHttpResponse.cs')
-rw-r--r-- | OpenSim/Framework/Servers/HttpServer/OSHttpResponse.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/Servers/HttpServer/OSHttpResponse.cs b/OpenSim/Framework/Servers/HttpServer/OSHttpResponse.cs index 210d122..6ea95b1 100644 --- a/OpenSim/Framework/Servers/HttpServer/OSHttpResponse.cs +++ b/OpenSim/Framework/Servers/HttpServer/OSHttpResponse.cs | |||
@@ -45,7 +45,7 @@ namespace OpenSim.Framework.Servers.HttpServer | |||
45 | /// Setting this property will also set IsContentTypeSet to | 45 | /// Setting this property will also set IsContentTypeSet to |
46 | /// true. | 46 | /// true. |
47 | /// </remarks> | 47 | /// </remarks> |
48 | public string ContentType | 48 | public virtual string ContentType |
49 | { | 49 | { |
50 | get | 50 | get |
51 | { | 51 | { |
@@ -226,7 +226,7 @@ namespace OpenSim.Framework.Servers.HttpServer | |||
226 | /// <summary> | 226 | /// <summary> |
227 | /// HTTP status code. | 227 | /// HTTP status code. |
228 | /// </summary> | 228 | /// </summary> |
229 | public int StatusCode | 229 | public virtual int StatusCode |
230 | { | 230 | { |
231 | get | 231 | get |
232 | { | 232 | { |