Xojo Plugin
Example: Http.GetDomain method
Demonstrates the
GetDomain method.
Chilkat Xojo Plugin Downloads
Xojo Plugin
Dim http As New Chilkat.Http
Dim domain As String
domain = http.GetDomain("https://chilkatsoft.com/refdoc/csharp.asp")
System.DebugLog(domain)
// Output: chilkatsoft.com