C#
C#
Example: Http.GetDomain method
Demonstrates theGetDomain method.
Chilkat C# Downloads
Chilkat.Http http = new Chilkat.Http();
string domain = http.GetDomain("https://chilkatsoft.com/refdoc/csharp.asp");
Debug.WriteLine(domain);
// Output: chilkatsoft.com