Make change to fix Windows builds

This commit is contained in:
BlueWall
2012-06-07 10:15:40 -04:00
parent 7550b97e65
commit a1e857932a

View File

@@ -107,7 +107,7 @@ namespace OpenSim.Framework.Servers.HttpServer
public bool IsSecured
{
get { return _context.Secured; }
get { return _context.IsSecured; }
}
public bool KeepAlive