Exemplo n.º 1
0
 public static EndPoint AsEndPoint(this GIPEndPoint payment)
 {
     return(payment.AsIPEndPoint());
 }
Exemplo n.º 2
0
 public static IPEndPoint AsIPEndPoint(this GIPEndPoint payment)
 {
     return(new IPEndPoint(IPAddress.Parse(payment.Ip), payment.Port));
 }