C# 클래스 Trinity.Network.Connectivity.ServerContracts

상속: IServer
파일 보기 프로젝트 열기: Trinity-Encore/Encore-Framework

공개 메소드들

메소드 설명
Start ( EndPoint ep ) : void
Start ( string address, int port ) : void
Stop ( ) : void

메소드 상세

Start() 공개 메소드

public Start ( EndPoint ep ) : void
ep System.Net.EndPoint
리턴 void

Start() 공개 메소드

public Start ( string address, int port ) : void
address string
port int
리턴 void

Stop() 공개 추상적인 메소드

public abstract Stop ( ) : void
리턴 void