system.net in asp.net
i get a module, ,which need to using system.net (it's object might be concern with IpAddress) that need to validate and conform the ip address from the client side into server side.
example: if i detected 192.168.0.100 , then i knew it's from branch A (certainly, my application architecture is using virtual private network)
each IP Address is represent each specify branch, from this, i can know the data transfer from each branch.
any hints on it?
|