Borvik / Winsock.Net

Winsock component for .NET networking projects to help make socket communication easier.
MIT License
5 stars 2 forks source link

Remote IP/Host strings show IPv6 form of IPv4 addresses #11

Closed Borvik closed 7 years ago

Borvik commented 7 years ago

In the Event args and after successful connections, the Winsock object (or event args) show as the RemoteHost or RemoteIP the IPv6 form of the IPv4 connected address.

The underlying socket autoconverts this, and needs to be converted back for easy display.