-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.IPVersion
Andrew Lambert edited this page Jan 6, 2023
·
5 revisions
libcURL.IPVersion
Protected Enum IPVersion
Whatever=0
V4=1
V6=2
Used in the EasyHandle class to control the Internet Protocol version to use.
IPVersion | Comment |
---|---|
Whatever |
Let libcURL decide (default) |
V4 |
IPv4 |
V6 |
IPv6 |
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.