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

Syntax

Visual Basic
<ObsoleteAttribute("GetAddressBytes method has been deprecated and will be removed. Use IPAddress.GetAddressBytes method instead.",  _
	True)> _
Public Shared Function GetAddressBytes ( _
	address As IPAddress _
) As Byte()
C#
[ObsoleteAttribute("GetAddressBytes method has been deprecated and will be removed. Use IPAddress.GetAddressBytes method instead.", 
	true)]
public static byte[] GetAddressBytes(
	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