Skip to content
Andrew Lambert edited this page Apr 14, 2019 · 6 revisions

libcURL.URLPart

Enum Declaration

Protected Enum URLPart
  All=0
  Scheme
  User
  Password
  Options
  Host
  Port
  Path
  Query
  Fragment

Remarks

Used in the URLParser class to indicate the part of the URL being referred to.

Clone this wiki locally