Expose the XMLRPC listener port on the IXMLRPC interface to allow

publication
This commit is contained in:
Melanie Thielker
2009-04-10 19:27:47 +00:00
parent 0377ddb5de
commit b43226019a
2 changed files with 6 additions and 0 deletions

View File

@@ -151,6 +151,11 @@ namespace OpenSim.Region.CoreModules.Scripting.XMLRPC
get { return true; }
}
public int Port
{
get { return m_remoteDataPort; }
}
#endregion
#region IXMLRPC Members