C# Examples

ChilkatHOMEAndroid™ASPVisual BasicVB.NETC#iOS (IPhone)Objective-CC++CMFCDelphiFoxProJavaPerl
PHP ExtensionPHP ActiveXPythonPowerShellRubySQL ServerVBScript

C# Examples

Bounced Mail
Bz2
Character Encoding
CSV
DKIM / DomainKey
Digital Certificates
Digital Signatures
Email
Email Object
FTP
HTML Conversion
HTTP
IMAP
Encryption
MHT / HTML Email
MIME
POP3
RSA
S/MIME
SMTP
Socket
Spider
SSH
SSH Tunnel
SSH Key
SFTP
Tar Archive
Upload
XML
XMP
Zip Compression


More Examples...
Amazon S3
NTLM
FileAccess
RSS
Atom
String
Byte Array
Self-Extractor
Service
PPMD
Deflate
DH Key Exchange
DSA
Bzip2
LZW

 

 

 

 

 

 

GetBaseDomain

Download Chilkat .NET for 4.0 Framework

Download Chilkat .NET for 64-bit 4.0 Framework (x64)

Download Chilkat .NET for 2.0 / 3.5 Framework

Download Chilkat .NET for 64-bit 2.0 / 3.5 Framework (x64)

Download Chilkat .NET for 1.0 / 1.1 Framework

The GetBaseDomain method is a utility function that converts a domain into a "domain base", which is useful for grouping URLs. For example: abc.chilkatsoft.com, xyz.chilkatsoft.com, and blog.chilkatsoft.com all have the same base domain: chilkatsoft.com. Things get more complicated when considering country domains (.au, .uk, .se, .cn, etc.) and government, state, and .us domains. Also, domains such as blogspot, tripod, geocities, wordpress, etc, are treated specially so that "xyz.blogspot.com" has a base domain of "xyz.blogspot.com". Note: If you find other domains that should be treated similarly to blogspot.com, send a request to support@chilkatsoft.com.

// The Chilkat Spider component/library is free.
Chilkat.Spider spider = new Chilkat.Spider();

textBox1.Text += spider.GetBaseDomain("www.chilkatsoft.com") + "\r\n";
textBox1.Refresh();
textBox1.Text += spider.GetBaseDomain("blog.chilkatsoft.com") + "\r\n";
textBox1.Refresh();
textBox1.Text += spider.GetBaseDomain("www.news.com.au") + "\r\n";
textBox1.Refresh();
textBox1.Text += spider.GetBaseDomain("blogs.bbc.co.uk") + "\r\n";
textBox1.Refresh();
textBox1.Text += spider.GetBaseDomain("xyz.blogspot.com") + "\r\n";
textBox1.Refresh();
textBox1.Text += spider.GetBaseDomain("www.heaids.org.za") + "\r\n";
textBox1.Refresh();
textBox1.Text += spider.GetBaseDomain("www.hec.gov.pk") + "\r\n";
textBox1.Refresh();
textBox1.Text += spider.GetBaseDomain("www.e-mrs.org") + "\r\n";
textBox1.Refresh();
textBox1.Text += spider.GetBaseDomain("cra.curtin.edu.au") + "\r\n";
textBox1.Refresh();

// Prints:
// chilkatsoft.com
// chilkatsoft.com
// news.com.au
// bbc.co.uk
// xyz.blogspot.com
// heaids.org.za
// hec.gov.pk
// e-mrs.org
// curtin.edu.au

 

© 2000-2012 Chilkat Software, Inc. All Rights Reserved.

Email Component · XML Parser