diff options
Diffstat (limited to 'OpenSim/Framework/Servers')
-rw-r--r-- | OpenSim/Framework/Servers/OSHttpRequest.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Framework/Servers/OSHttpRequest.cs b/OpenSim/Framework/Servers/OSHttpRequest.cs index dac2347..d733f3d 100644 --- a/OpenSim/Framework/Servers/OSHttpRequest.cs +++ b/OpenSim/Framework/Servers/OSHttpRequest.cs | |||
@@ -67,6 +67,11 @@ namespace OpenSim.Framework.Servers | |||
67 | get { return _contentLength64; } | 67 | get { return _contentLength64; } |
68 | } | 68 | } |
69 | 69 | ||
70 | public long ContentLength64 | ||
71 | { | ||
72 | get { return _contentLength64; } | ||
73 | } | ||
74 | |||
70 | public string ContentType | 75 | public string ContentType |
71 | { | 76 | { |
72 | get { return _contentType; } | 77 | get { return _contentType; } |