C# Class Aurora.Addon.HyperGrid.GetHandlers

Datei anzeigen Open project: RevolutionSmythe/Aurora-HG-Plugin Class Usage Examples

Public Properties

Property Type Description
GATEKEEPER_URL string
Helpers_AssetServerURI string
Helpers_FriendsServerURI string
Helpers_GatekeeperURI string
Helpers_HomeURI string
Helpers_IMServerURI string
Helpers_InventoryServerURI string
Helpers_ProfileServerURI string
IM_PORT uint
IM_URL string
PROFILE_URL string

Public Methods

Method Description
GetIsForeign ( UUID AgentID, string server, IRegistryCore registry, string &serverURL ) : bool
GetIsForeign ( string AgentID, string server, IRegistryCore registry, string &serverURL ) : bool

Method Details

GetIsForeign() public static method

public static GetIsForeign ( UUID AgentID, string server, IRegistryCore registry, string &serverURL ) : bool
AgentID UUID
server string
registry IRegistryCore
serverURL string
return bool

GetIsForeign() public static method

public static GetIsForeign ( string AgentID, string server, IRegistryCore registry, string &serverURL ) : bool
AgentID string
server string
registry IRegistryCore
serverURL string
return bool

Property Details

GATEKEEPER_URL public_oe static_oe property

public static string GATEKEEPER_URL
return string

Helpers_AssetServerURI public_oe static_oe property

public static string Helpers_AssetServerURI
return string

Helpers_FriendsServerURI public_oe static_oe property

public static string Helpers_FriendsServerURI
return string

Helpers_GatekeeperURI public_oe static_oe property

public static string Helpers_GatekeeperURI
return string

Helpers_HomeURI public_oe static_oe property

public static string Helpers_HomeURI
return string

Helpers_IMServerURI public_oe static_oe property

public static string Helpers_IMServerURI
return string

Helpers_InventoryServerURI public_oe static_oe property

public static string Helpers_InventoryServerURI
return string

Helpers_ProfileServerURI public_oe static_oe property

public static string Helpers_ProfileServerURI
return string

IM_PORT public_oe static_oe property

public static uint IM_PORT
return uint

IM_URL public_oe static_oe property

public static string IM_URL
return string

PROFILE_URL public_oe static_oe property

public static string PROFILE_URL
return string