C# Класс RemotingSamples.ClientMain

Main entry point class.
Показать файл Открыть проект

Открытые методы

Метод Описание
Main ( string args ) : void

Приватные методы

Метод Описание
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.

Описание методов

Main() публичный статический Метод

public static Main ( string args ) : void
args string
Результат void