C# Class RemotingSamples.ClientMain

Main entry point class.
Datei anzeigen Open project: gbarnett/shared-source-cli-2.0

Public Methods

Method Description
Main ( string args ) : void

Private Methods

Method Description
GetOptions ( ) : void

Gets user options.

InvokeServer ( ) : void

Creates instances of the Client object and invokes methods. If the user specified to use both HTTP and TCP via threads then creates threads and waits for them to terminate. Allows the user to execute again. This allows seeing the effects in the server when running either SingleCall or Singleton.

Usage ( ) : void

Usage.

Method Details

Main() public static method

public static Main ( string args ) : void
args string
return void