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
Afficher le fichier Open project: MarcFletcher/NetworkComms.Net

Méthodes publiques

Méthode Description
Run ( ) : void

Run the example

ServerExampleInstance ( ) : System

Create an instance of ServerExampleInstance

Private Methods

Méthode Description
SelectConnectionType ( ) : void
SetupRPCUsage ( ) : void

Configures the server side RPC features depending on desired usage mode

Method Details

Run() public méthode

Run the example
public Run ( ) : void
Résultat void

ServerExampleInstance() public méthode

Create an instance of ServerExampleInstance
public ServerExampleInstance ( ) : System
Résultat System