Property | Type | Description | |
---|---|---|---|
Any | |||
Broadcast | |||
IPv6Any | |||
IPv6Loopback | |||
IPv6None | |||
Loopback | |||
None |
Property | Type | Description | |
---|---|---|---|
Equals | bool | ||
IPAddress | System.Diagnostics | ||
IPAddress | System.Diagnostics | ||
Snapshot |
Method | Description | |
---|---|---|
Equals ( object comparand ) : bool | ||
GetAddressBytes ( ) : byte[] | ||
GetHashCode ( ) : int | ||
HostToNetworkOrder ( int host ) : int | ||
HostToNetworkOrder ( long host ) : long | ||
HostToNetworkOrder ( short host ) : short | ||
IPAddress ( byte address ) : System.Diagnostics | ||
IPAddress ( byte address, long scopeid ) : System.Diagnostics | ||
IPAddress ( long newAddress ) : System.Diagnostics | ||
IsLoopback ( |
||
MapToIPv4 ( ) : |
||
MapToIPv6 ( ) : |
||
NetworkToHostOrder ( int network ) : int | ||
NetworkToHostOrder ( long network ) : long | ||
NetworkToHostOrder ( short network ) : short | ||
Parse ( string ipString ) : |
||
ToString ( ) : string | ||
TryParse ( string ipString, |
Method | Description | |
---|---|---|
Equals ( object comparandObj, bool compareScopeId ) : bool | ||
IPAddress ( int newAddress ) : System.Diagnostics | ||
IPAddress ( ushort numbers, uint scopeid ) : System.Diagnostics | ||
Snapshot ( ) : |
public static HostToNetworkOrder ( int host ) : int | ||
host | int | |
return | int |
public static HostToNetworkOrder ( long host ) : long | ||
host | long | |
return | long |
public static HostToNetworkOrder ( short host ) : short | ||
host | short | |
return | short |
public IPAddress ( byte address ) : System.Diagnostics | ||
address | byte | |
return | System.Diagnostics |
public IPAddress ( byte address, long scopeid ) : System.Diagnostics | ||
address | byte | |
scopeid | long | |
return | System.Diagnostics |
public IPAddress ( long newAddress ) : System.Diagnostics | ||
newAddress | long | |
return | System.Diagnostics |
public static IsLoopback ( |
||
address | ||
return | bool |
public static NetworkToHostOrder ( int network ) : int | ||
network | int | |
return | int |
public static NetworkToHostOrder ( long network ) : long | ||
network | long | |
return | long |
public static NetworkToHostOrder ( short network ) : short | ||
network | short | |
return | short |
public static Parse ( string ipString ) : |
||
ipString | string | |
return |
public static TryParse ( string ipString, |
||
ipString | string | |
address | ||
return | bool |
public static IPAddress,System.Net Broadcast | ||
return |
public static IPAddress,System.Net IPv6Loopback | ||
return |