C# Class RemotingSamples.Server

Main entry point class.
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0

Méthodes publiques

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

Runs this program as a server.

Private Methods

Méthode 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 méthode

public static Main ( string args ) : void
args string
Résultat void

Run() public static méthode

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