Make change to fix Windows builds

0.7.4.1
BlueWall 2012-06-07 10:15:40 -04:00
parent 7550b97e65
commit a1e857932a
1 changed files with 1 additions and 1 deletions

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