VB.NET
VB.NET
Example: Http.GetDomain method
Demonstrates theGetDomain method.
Chilkat VB.NET Downloads
Dim http As New Chilkat.Http
Dim domain As String = http.GetDomain("https://chilkatsoft.com/refdoc/csharp.asp")
Debug.WriteLine(domain)
' Output: chilkatsoft.com