C# 클래스 RioSharpCtsTraffic.Program

파일 보기 프로젝트 열기: aL3891/RioSharp

공개 메소드들

메소드 설명
ClientTcp ( ) : System.Threading.Tasks.Task
GetArgument ( string arg ) : string
HasArgument ( string arg ) : bool
ListenTcp ( ) : void

비공개 메소드들

메소드 설명
Main ( string args ) : void

메소드 상세

ClientTcp() 공개 정적인 메소드

public static ClientTcp ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

GetArgument() 공개 정적인 메소드

public static GetArgument ( string arg ) : string
arg string
리턴 string

HasArgument() 공개 정적인 메소드

public static HasArgument ( string arg ) : bool
arg string
리턴 bool

ListenTcp() 공개 정적인 메소드

public static ListenTcp ( ) : void
리턴 void