-
-
Notifications
You must be signed in to change notification settings - Fork 11
DICT example
Andrew Lambert edited this page Apr 20, 2016
·
12 revisions
##Retrieving definitions using the DICT protocol The DICT protocol is for requesting the definition of words over the Internet.
This example performs a synchronous DICT request on the calling thread for the word "antediluvian":
Dim c As New cURLClient
If Not c.Get("dict://dict.org/d:antediluvian") Then Raise New libcURL.cURLException(c.EasyItem)
Dim definition As String = c.GetDownloadedDataWiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-26 Andrew Lambert, offered under the CC BY-SA 3.0 License.