-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.IsProtocolAvailable
Andrew Lambert edited this page Nov 26, 2022
·
2 revisions
libcURL.IsProtocolAvailable
Protected Function IsProtocolAvailable(ParamArray Schemes() As String) As Boolean| Name | Type | Comment |
|---|---|---|
| Schemes | String paramarray | One or more protocol schemes to query. |
Returns True if libcURL is available and supports the protocol(s) specified by the Schemes parameter.
This example checks to see whether libcURL was built with HTTP/1.x, HTTP2, and FTP support:
Dim available As Boolean = libcURL.IsProtocolAvailable("http", "http2", "ftp")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.