Thresher 1.2 Class Documentation | |
DccUtil.IPAddressToLong Method
Convert an IP address into the network order
long required by the DCC protocol.
[Visual Basic]Public Shared Function IPAddressToLong( _
ByVal
ipAddress As
IPAddress _
) As
String Parameters
- ipAddress
- A valid IP address
Return Value
The long in string form
See Also
DccUtil Class | Sharkbite.Irc Namespace