C# Class Examples.ExamplesConsole.RPCExample.ServerExampleInstance

We are going to isolate the server and client example to demonstrate that the client never has to see the implementation used for IMath
Inheritance: IRPCExampleInstance
显示文件 Open project: MarcFletcher/NetworkComms.Net

Public Methods

Method Description
Run ( ) : void

Run the example

ServerExampleInstance ( ) : System

Create an instance of ServerExampleInstance

Private Methods

Method Description
SelectConnectionType ( ) : void
SetupRPCUsage ( ) : void

Configures the server side RPC features depending on desired usage mode

Method Details

Run() public method

Run the example
public Run ( ) : void
return void

ServerExampleInstance() public method

Create an instance of ServerExampleInstance
public ServerExampleInstance ( ) : System
return System