Property | Type | Description | |
---|---|---|---|
m_CapsService | ICapsService | ||
m_RegionCapsServices | IRegionClientCapsService>.Dictionary | ||
m_account | |||
m_agentID | UUID | ||
m_callbackHasCome | bool | ||
m_inTeleport | bool | ||
m_requestToCancelTeleport | bool |
Method | Description | |
---|---|---|
Close ( ) : void |
Close out all of the CAPS for this user
|
|
GetCapsService ( UUID regionID ) : IRegionClientCapsService |
Attempt to find the CapsService for the given user/region
|
|
GetCapsServices ( ) : List |
||
GetOrCreateCapsService ( UUID regionID, string capsBase, |
Find, or create if one does not exist, a Caps Service for the given region
|
|
GetRootCapsService ( ) : IRegionClientCapsService |
Attempt to find the CapsService for the root user/region
|
|
Initialize ( ICapsService server, UUID agentID ) : void | ||
RemoveCAPS ( UUID regionHandle ) : void |
Remove the CAPS for the given user in the given region
|
Method | Description | |
---|---|---|
AddCapsServiceForRegion ( UUID regionID, string capsBase, |
Add a new Caps Service for the given region if one does not already exist
|
protected AddCapsServiceForRegion ( UUID regionID, string capsBase, |
||
regionID | UUID | |
capsBase | string | |
circuitData | ||
port | uint | |
return | void |
public GetCapsService ( UUID regionID ) : IRegionClientCapsService | ||
regionID | UUID | |
return | IRegionClientCapsService |
public GetOrCreateCapsService ( UUID regionID, string capsBase, |
||
regionID | UUID | |
capsBase | string | |
circuitData | ||
port | uint | |
return | IRegionClientCapsService |
public GetRootCapsService ( ) : IRegionClientCapsService | ||
return | IRegionClientCapsService |
public Initialize ( ICapsService server, UUID agentID ) : void | ||
server | ICapsService | |
agentID | UUID | |
return | void |
public RemoveCAPS ( UUID regionHandle ) : void | ||
regionHandle | UUID | |
return | void |
protected Dictionary |
||
return | IRegionClientCapsService>.Dictionary |
protected UserAccount,Universe.Framework.Services m_account | ||
return |