Пример #1
0
 public static IPEndPoint GetIPEndPoint(this NetDataReader @this)
 {
     return(new IPEndPoint(@this.GetIPAddress(), @this.GetUShort()));
 }