MCONetService Class Reference
Inherits from | NSObject |
Conforms to | NSCopying |
Declared in | MCONetService.h MCONetService.mm |
Properties
connectionType
What kind of connection type is supported, like SSL, Start TLS, Plain etc.
@property (nonatomic, assign) MCOConnectionType connectionType
Declared In
MCONetService.h
hostname
The hostname of the server. [MCONetService hostnameWithEmail:] is recommended instead as it can handle services with custom domains
@property (nonatomic, copy) NSString *hostname
Declared In
MCONetService.h