UdpChannel 생성자
소스 보기UdpChannel(string, int)
생성자
선언
public UdpChannel(string host, int remotePort)
매개 변수
형식 | 이름 | 설명 |
---|---|---|
string | host | 호스트 |
int | remotePort | 원격 포트 |
UdpChannel(string, int, int)
생성자
선언
public UdpChannel(string host, int remotePort, int localPort)
매개 변수
형식 | 이름 | 설명 |
---|---|---|
string | host | 호스트 |
int | remotePort | 원격 포트 |
int | localPort | 로컬 포트 |
UdpChannel(int)
생성자
선언
public UdpChannel(int localPort)
매개 변수
형식 | 이름 | 설명 |
---|---|---|
int | localPort | 로컬 포트 |