Thresher 1.2 Class Documentation

DccUtil.LongToIPAddress Method 

Convert the network order address received from a DCC request into an IP address.

[Visual Basic]
Public Shared Function LongToIPAddress( _
   ByVal networkOrder As String _
) As IPAddress
[C#]
public static IPAddress LongToIPAddress(
   string networkOrder
);

Parameters

networkOrder
The address long in string form.

Return Value

An IpAddress object

See Also

DccUtil Class | Sharkbite.Irc Namespace