C# Class OpenSim.Framework.SimpleRegionInfo

Mostra file Open project: N3X15/VoxelSim Class Usage Examples

Public Properties

Property Type Description
RegionID UUID
RemotingAddress string
ScopeID UUID
m_allow_alternate_ports bool

Protected Properties

Property Type Description
Allow_Alternate_Ports bool
m_externalHostName string
m_httpPort uint
m_internalEndPoint System.Net.IPEndPoint
m_regionLocX uint?
m_regionLocY uint?
m_regionName string
m_remotingPort uint
m_serverURI string

Public Methods

Method Description
SimpleRegionInfo ( ) : System
SimpleRegionInfo ( object>.Dictionary kvp ) : System
SimpleRegionInfo ( RegionInfo ConvertFrom ) : System
SimpleRegionInfo ( uint regionLocX, uint regionLocY, IPEndPoint internalEndPoint, string externalUri ) : System
SimpleRegionInfo ( uint regionLocX, uint regionLocY, string externalUri, uint port ) : System
ToKeyValuePairs ( ) : object>.Dictionary
getInternalEndPointPort ( ) : int

Method Details

SimpleRegionInfo() public method

public SimpleRegionInfo ( ) : System
return System

SimpleRegionInfo() public method

public SimpleRegionInfo ( object>.Dictionary kvp ) : System
kvp object>.Dictionary
return System

SimpleRegionInfo() public method

public SimpleRegionInfo ( RegionInfo ConvertFrom ) : System
ConvertFrom RegionInfo
return System

SimpleRegionInfo() public method

public SimpleRegionInfo ( uint regionLocX, uint regionLocY, IPEndPoint internalEndPoint, string externalUri ) : System
regionLocX uint
regionLocY uint
internalEndPoint System.Net.IPEndPoint
externalUri string
return System

SimpleRegionInfo() public method

public SimpleRegionInfo ( uint regionLocX, uint regionLocY, string externalUri, uint port ) : System
regionLocX uint
regionLocY uint
externalUri string
port uint
return System

ToKeyValuePairs() public method

public ToKeyValuePairs ( ) : object>.Dictionary
return object>.Dictionary

getInternalEndPointPort() public method

public getInternalEndPointPort ( ) : int
return int

Property Details

Allow_Alternate_Ports protected_oe property

protected bool Allow_Alternate_Ports
return bool

RegionID public_oe property

public UUID RegionID
return UUID

RemotingAddress public_oe property

public string RemotingAddress
return string

ScopeID public_oe property

public UUID ScopeID
return UUID

m_allow_alternate_ports public_oe property

public bool m_allow_alternate_ports
return bool

m_externalHostName protected_oe property

protected string m_externalHostName
return string

m_httpPort protected_oe property

protected uint m_httpPort
return uint

m_internalEndPoint protected_oe property

protected IPEndPoint,System.Net m_internalEndPoint
return System.Net.IPEndPoint

m_regionLocX protected_oe property

protected uint? m_regionLocX
return uint?

m_regionLocY protected_oe property

protected uint? m_regionLocY
return uint?

m_regionName protected_oe property

protected string m_regionName
return string

m_remotingPort protected_oe property

protected uint m_remotingPort
return uint

m_serverURI protected_oe property

protected string m_serverURI
return string