Objective-C
Objective-C
Example: Http.GetDomain method
Demonstrates theGetDomain method.
Chilkat Objective-C Downloads
#import <CkoHttp.h>
#import <NSString.h>
CkoHttp *http = [[CkoHttp alloc] init];
NSString *domain = [http GetDomain: @"https://chilkatsoft.com/refdoc/csharp.asp"];
NSLog(@"%@",domain);
// Output: chilkatsoft.com