TcpChannel 생성자
소스 보기TcpChannel(string, int)
생성자
선언
public TcpChannel(string host, int port)
매개 변수
| 형식 | 이름 | 설명 |
|---|---|---|
| string | host | 호스트 |
| int | port | 포트 |
TcpChannel(string, int, int)
생성자
선언
public TcpChannel(string host, int port, int connectTimeout)
매개 변수
| 형식 | 이름 | 설명 |
|---|---|---|
| string | host | 호스트 |
| int | port | 포트 |
| int | connectTimeout | 연결 제한시간(밀리초) |