System.Net.Socket.TIPAddress Properties
InheritedProtected
| Addr | public | IP address in a format that is suitable for use with various OS socket APIs. | 
| Address | public | IP address in a String format suitable for display. | 
| Any | public | An IP address that corresponds to the value INADDR_ANY. | 
| Broadcast | public | An IP address that you can use to broadcast on the local subnet. It is usually the value of INADDR_BROADCAST. | 
| LocalHost | public | An IP address that corresponds to this host. It is also known as the loopback address. |