R
Ryan Liu
Hi,
Can someone tell me how to calculate an IPaddress's long value?
I have an application which lisiten on a port using UDP protocol. There
could be multiple client sendind UDP data to it and I am only interested
data from one client, I know that client's IP address in form of 127.0.0.1
etc.
I think I need convert that IP into IPaddress then can compare with
parameter in
UdpServer.Receive(ref remoteIpEndPoint);
Thanks a lot in advance!
Ryan
Can someone tell me how to calculate an IPaddress's long value?
I have an application which lisiten on a port using UDP protocol. There
could be multiple client sendind UDP data to it and I am only interested
data from one client, I know that client's IP address in form of 127.0.0.1
etc.
I think I need convert that IP into IPaddress then can compare with
parameter in
UdpServer.Receive(ref remoteIpEndPoint);
Thanks a lot in advance!
Ryan