C# Class Universe.Modules.Currency.RPCHandler

Inheritance: IService
Show file Open project: Virtual-Universe/Virtual-Universe

Public Methods

Method Description
BuyFunc ( Nwc.XmlRpc.XmlRpcRequest request, IPEndPoint ep ) : Nwc.XmlRpc.XmlRpcResponse
FinishedStartup ( ) : void
GetbalanceFunc ( Nwc.XmlRpc.XmlRpcRequest request, IPEndPoint ep ) : Nwc.XmlRpc.XmlRpcResponse
Initialize ( IConfigSource config, IRegistryCore registry ) : void
LandBuyFunc ( Nwc.XmlRpc.XmlRpcRequest request, IPEndPoint ep ) : Nwc.XmlRpc.XmlRpcResponse
PreflightBuyLandPrepFunc ( Nwc.XmlRpc.XmlRpcRequest request, IPEndPoint ep ) : Nwc.XmlRpc.XmlRpcResponse
QuoteFunc ( Nwc.XmlRpc.XmlRpcRequest request, IPEndPoint ep ) : Nwc.XmlRpc.XmlRpcResponse
Start ( IConfigSource config, IRegistryCore registry ) : void

Method Details

BuyFunc() public method

public BuyFunc ( Nwc.XmlRpc.XmlRpcRequest request, IPEndPoint ep ) : Nwc.XmlRpc.XmlRpcResponse
request Nwc.XmlRpc.XmlRpcRequest
ep System.Net.IPEndPoint
return Nwc.XmlRpc.XmlRpcResponse

FinishedStartup() public method

public FinishedStartup ( ) : void
return void

GetbalanceFunc() public method

public GetbalanceFunc ( Nwc.XmlRpc.XmlRpcRequest request, IPEndPoint ep ) : Nwc.XmlRpc.XmlRpcResponse
request Nwc.XmlRpc.XmlRpcRequest
ep System.Net.IPEndPoint
return Nwc.XmlRpc.XmlRpcResponse

Initialize() public method

public Initialize ( IConfigSource config, IRegistryCore registry ) : void
config IConfigSource
registry IRegistryCore
return void

LandBuyFunc() public method

public LandBuyFunc ( Nwc.XmlRpc.XmlRpcRequest request, IPEndPoint ep ) : Nwc.XmlRpc.XmlRpcResponse
request Nwc.XmlRpc.XmlRpcRequest
ep System.Net.IPEndPoint
return Nwc.XmlRpc.XmlRpcResponse

PreflightBuyLandPrepFunc() public method

public PreflightBuyLandPrepFunc ( Nwc.XmlRpc.XmlRpcRequest request, IPEndPoint ep ) : Nwc.XmlRpc.XmlRpcResponse
request Nwc.XmlRpc.XmlRpcRequest
ep System.Net.IPEndPoint
return Nwc.XmlRpc.XmlRpcResponse

QuoteFunc() public method

public QuoteFunc ( Nwc.XmlRpc.XmlRpcRequest request, IPEndPoint ep ) : Nwc.XmlRpc.XmlRpcResponse
request Nwc.XmlRpc.XmlRpcRequest
ep System.Net.IPEndPoint
return Nwc.XmlRpc.XmlRpcResponse

Start() public method

public Start ( IConfigSource config, IRegistryCore registry ) : void
config IConfigSource
registry IRegistryCore
return void