Свойство | Тип | Описание | |
---|---|---|---|
m_BypassClientVerification | bool | ||
m_GatekeeperConnector | OpenSim.Services.Connectors.Hypergrid.GatekeeperServiceConnector | ||
m_GatekeeperService | IGatekeeperService | ||
m_GridName | string | ||
m_GridService | IGridService | ||
m_GridUserService | IGridUserService |
Метод | Описание | |
---|---|---|
AgentIsComingHome ( UUID sessionID, string thisGridExternalName ) : bool | ||
GetHomeRegion ( UUID userID, System.Vector3 &position, System.Vector3 &lookAt ) : |
||
LoginAgentToGrid ( |
||
LoginAgentToGrid ( |
||
LogoutAgent ( UUID userID, UUID sessionID ) : void | ||
UserAgentService ( IConfigSource config ) : System | ||
VerifyAgent ( UUID sessionID, string token ) : bool | ||
VerifyClient ( UUID sessionID, string reportedIP ) : bool |
Метод | Описание | |
---|---|---|
SetClientIP ( UUID sessionID, string ip ) : void | ||
UpdateTravelInfo ( |
public AgentIsComingHome ( UUID sessionID, string thisGridExternalName ) : bool | ||
sessionID | UUID | |
thisGridExternalName | string | |
Результат | bool |
public GetHomeRegion ( UUID userID, System.Vector3 &position, System.Vector3 &lookAt ) : |
||
userID | UUID | |
position | System.Vector3 | |
lookAt | System.Vector3 | |
Результат |
public LoginAgentToGrid ( |
||
agentCircuit | ||
gatekeeper | ||
finalDestination | ||
clientIP | ||
reason | string | |
Результат | bool |
public LoginAgentToGrid ( |
||
agentCircuit | ||
gatekeeper | ||
finalDestination | ||
reason | string | |
Результат | bool |
public LogoutAgent ( UUID userID, UUID sessionID ) : void | ||
userID | UUID | |
sessionID | UUID | |
Результат | void |
public UserAgentService ( IConfigSource config ) : System | ||
config | IConfigSource | |
Результат | System |
public VerifyAgent ( UUID sessionID, string token ) : bool | ||
sessionID | UUID | |
token | string | |
Результат | bool |
public VerifyClient ( UUID sessionID, string reportedIP ) : bool | ||
sessionID | UUID | |
reportedIP | string | |
Результат | bool |
protected static bool m_BypassClientVerification | ||
Результат | bool |
protected static GatekeeperServiceConnector,OpenSim.Services.Connectors.Hypergrid m_GatekeeperConnector | ||
Результат | OpenSim.Services.Connectors.Hypergrid.GatekeeperServiceConnector |
protected static IGatekeeperService m_GatekeeperService | ||
Результат | IGatekeeperService |
protected static IGridService m_GridService | ||
Результат | IGridService |