11 Nisan 2016 Pazartesi

IPEndPoint Sınıfı

Constructor
Şöyle yaparız.
int port = ...;
IPAddress ip = ...;
var ipep = new IPEndPoint(ip, port);

Hiç yorum yok:

Yorum Gönder