Skip to content
Andrew Lambert edited this page Jul 17, 2020 · 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.

ConnectionType Comment
Whatever Let libcURL decide (default)
V4 IPv4
V6 IPv6

Clone this wiki locally