C# 클래스 FileFind.Meshwork.Transport.TcpTransportListener

상속: ITransportListener
파일 보기 프로젝트 열기: codebutler/meshwork 1 사용 예제들

공개 메소드들

메소드 설명
StartListening ( ) : void
StopListening ( ) : void
TcpTransportListener ( int port ) : System
ToString ( ) : string

비공개 메소드들

메소드 설명
Listen ( ) : void

메소드 상세

StartListening() 공개 메소드

public StartListening ( ) : void
리턴 void

StopListening() 공개 메소드

public StopListening ( ) : void
리턴 void

TcpTransportListener() 공개 메소드

public TcpTransportListener ( int port ) : System
port int
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string