mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
* Get the code up to speed with my -#dev e-mail example. (uncomment out lines 227 - 235 to test.
This commit is contained in:
@@ -200,6 +200,23 @@ namespace OpenSim.Framework.Servers
|
||||
}
|
||||
}
|
||||
|
||||
public Version ProtocolVersion
|
||||
{
|
||||
get
|
||||
{
|
||||
if (!HttpServer)
|
||||
return _httpListenerResponse.ProtocolVersion;
|
||||
|
||||
return new Version("1.0");
|
||||
}
|
||||
set
|
||||
{
|
||||
if (!HttpServer)
|
||||
_httpListenerResponse.ProtocolVersion = value;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Return the output stream feeding the body.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user