C# 클래스 Core.Tcp.TcpServer

파일 보기 프로젝트 열기: aal89/sharpcoin

보호된 프로퍼티들

프로퍼티 타입 설명
server TcpListener

공개 메소드들

메소드 설명
AwaitConnections ( ) : void

보호된 메소드들

메소드 설명
TcpServer ( int port ) : System.Net

메소드 상세

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

public abstract AwaitConnections ( ) : void
리턴 void

TcpServer() 보호된 메소드

protected TcpServer ( int port ) : System.Net
port int
리턴 System.Net

프로퍼티 상세

server 보호되어 있는 프로퍼티

protected TcpListener server
리턴 TcpListener