Skip to content

libcURL.URLParser.AnyScheme

Andrew Lambert edited this page Nov 26, 2022 · 6 revisions

libcURL.URLParser.AnyScheme

Property Declaration

 Dim AnyScheme As Boolean = True

Remarks

When set to False the URL parser will reject schemes that do not correspond to an available protocol. Defaults to True.

Clone this wiki locally