Sample code for 30+ languages & platforms
VB.NET

Example: Http.GetDomain method

Demonstrates the GetDomain method.

Chilkat VB.NET Downloads

VB.NET
Dim http As New Chilkat.Http

Dim domain As String = http.GetDomain("https://chilkatsoft.com/refdoc/csharp.asp")
Debug.WriteLine(domain)

' Output: chilkatsoft.com