Namespace:  Rebex.Net
Assembly:  Rebex.Networking (in Rebex.Networking.dll)

Syntax

Visual Basic
<ObsoleteAttribute("GetAddressLong method has been deprecated and will be removed. Use IPAddress.GetAddressBytes method instead.",  _
	True)> _
Public Shared Function GetAddressLong ( _
	address As IPAddress _
) As Long
C#
[ObsoleteAttribute("GetAddressLong method has been deprecated and will be removed. Use IPAddress.GetAddressBytes method instead.", 
	true)]
public static long GetAddressLong(
	IPAddress address
)

Parameters

address
Type: System.Net..::..IPAddress

Version Information

.NET Compact Framework

Obsolete (does not compile) in 3.9, 3.5 and later

See Also