Skip to content
Andrew Lambert edited this page Jan 6, 2023 · 5 revisions

libcURL.IPVersion

Enumeration

Protected Enum IPVersion
  Whatever=0
  V4=1
  V6=2

Remarks

Used in the EasyHandle class to control the Internet Protocol version to use.

IPVersion Comment
Whatever Let libcURL decide (default)
V4 IPv4
V6 IPv6
Clone this wiki locally