mirror of
https://github.com/opensim/opensim.git
synced 2026-05-14 18:55:39 +08:00
Expose the XMLRPC listener port on the IXMLRPC interface to allow
publication
This commit is contained in:
@@ -151,6 +151,11 @@ namespace OpenSim.Region.CoreModules.Scripting.XMLRPC
|
||||
get { return true; }
|
||||
}
|
||||
|
||||
public int Port
|
||||
{
|
||||
get { return m_remoteDataPort; }
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#region IXMLRPC Members
|
||||
|
||||
Reference in New Issue
Block a user