C# 클래스 RemotingSamples.Server

Main entry point class.
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0

공개 메소드들

메소드 설명
Main ( string args ) : void
Run ( ChannelKind ChanKind, WellKnownObjectMode ObjMode, Type ObjType ) : void

Runs this program as a server.

비공개 메소드들

메소드 설명
GetOptions ( ) : void

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

GetProviderChain ( ) : IServerChannelSinkProvider
Usage ( ) : void

메소드 상세

Main() 공개 정적인 메소드

public static Main ( string args ) : void
args string
리턴 void

Run() 공개 정적인 메소드

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