Rebex SFTP for .NET

ProxySocket.GetAddressLong Method 

NOTE: This method is now obsolete.

The GetAddressLong method is obsolete, use GetAddressBytes instead.


Returns the long value of the IP address of the instance of IPAddress.

public static long GetAddressLong(
   IPAddress address
);

Parameters

address
An instance of IPAddress.

Return Value

The long value of the IP address.

See Also

ProxySocket Class | Rebex.Net Namespace