ConnectSocket() 공개 메소드

public ConnectSocket ( string host, int port ) : void
host string
port int
리턴 void
예제 #1
0
 public void setup()
 {
     act  = requestType.setup;
     Csep = 1;
     this.start();
     tc.ConnectSocket(_host, _port);
 }