C# Class RemotingSamples.Server

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

Public Methods

Method Description
Main ( string args ) : void
Run ( ChannelKind ChanKind, WellKnownObjectMode ObjMode, Type ObjType ) : void

Runs this program as a server.

Private Methods

Method Description
GetOptions ( ) : void

Determines whether to act as client or server and executes the relevant method.

GetProviderChain ( ) : IServerChannelSinkProvider
Usage ( ) : void

Method Details

Main() public static method

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

Run() public static method

Runs this program as a server.
public static Run ( ChannelKind ChanKind, WellKnownObjectMode ObjMode, Type ObjType ) : void
ChanKind ChannelKind
ObjMode WellKnownObjectMode
ObjType System.Type
return void