C# 클래스 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
상속: IRPCExampleInstance
파일 보기 프로젝트 열기: MarcFletcher/NetworkComms.Net

공개 메소드들

메소드 설명
Run ( ) : void

Run the example

ServerExampleInstance ( ) : System

Create an instance of ServerExampleInstance

비공개 메소드들

메소드 설명
SelectConnectionType ( ) : void
SetupRPCUsage ( ) : void

Configures the server side RPC features depending on desired usage mode

메소드 상세

Run() 공개 메소드

Run the example
public Run ( ) : void
리턴 void

ServerExampleInstance() 공개 메소드

Create an instance of ServerExampleInstance
public ServerExampleInstance ( ) : System
리턴 System