Свойство | Type | Description | |
---|---|---|---|
AgentCircuits | AgentCircuitData>.Dictionary |
Méthode | Description | |
---|---|---|
AddNewCircuit ( uint circuitCode, |
Add information about a new circuit so that later on we can authenticate a new client session.
|
|
AuthenticateSession ( UUID sessionID, UUID agentID, uint circuitcode, |
||
GetAgentCircuitData ( UUID agentID ) : |
||
RemoveCircuit ( UUID agentID ) : void |
public AddNewCircuit ( uint circuitCode, |
||
circuitCode | uint | |
agentData | ||
Résultat | void |
public AuthenticateSession ( UUID sessionID, UUID agentID, uint circuitcode, |
||
sessionID | UUID | |
agentID | UUID | |
circuitcode | uint | |
IP | ||
Résultat |
public GetAgentCircuitData ( UUID agentID ) : |
||
agentID | UUID | |
Résultat |
public RemoveCircuit ( UUID agentID ) : void | ||
agentID | UUID | |
Résultat | void |