* adding XmppPresenceStanza and deserialization/reification support

having reached the intermediate level of .NET's XmlSudoku, i've
  now figured out how to do deserialization using different 
  XmlSerializers (this stuff begins to grow on me, sigh).

  [still not used code, work-in-progress]

* adding convenience property on OSHttpRequest.cs (from awebb)
This commit is contained in:
Dr Scofield
2008-06-04 18:09:55 +00:00
parent 0cacdd370c
commit caee0288fb
4 changed files with 105 additions and 6 deletions

View File

@@ -67,6 +67,11 @@ namespace OpenSim.Framework.Servers
get { return _contentLength64; }
}
public long ContentLength64
{
get { return _contentLength64; }
}
public string ContentType
{
get { return _contentType; }