IPAddress::None Field
.NET Framework (current version)
Provides an IP address that indicates that no network interface should be used. This field is read-only.
Assembly: System (in System.dll)
The Socket::Bind method uses the None field to indicate that a Socket must not listen for client activity. The None field is equivalent to 255.255.255.255 in dotted-quad notation.
The following example uses the None property to indicate that no network interface should be used.
Universal Windows Platform
Available since 10
.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.1
Available since 10
.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.1
Show: