C# 클래스 Automobile.Communication.UnitTests.Helpers.AutoSenderServer

상속: Automobile.Communication.Tcp.TcpServerCommunicator
파일 보기 프로젝트 열기: vistaprint/automobile 1 사용 예제들

공개 메소드들

메소드 설명
AutoSend ( ) : void
AutoSenderServer ( int port, string msg ) : System.Threading
Close ( ) : void

메소드 상세

AutoSend() 공개 메소드

public AutoSend ( ) : void
리턴 void

AutoSenderServer() 공개 메소드

public AutoSenderServer ( int port, string msg ) : System.Threading
port int
msg string
리턴 System.Threading

Close() 공개 메소드

public Close ( ) : void
리턴 void