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 connectionTypeDeclared In
MCONetService.hhostname
The hostname of the server. [MCONetService hostnameWithEmail:] is recommended instead as it can handle services with custom domains
@property (nonatomic, copy) NSString *hostnameDeclared In
MCONetService.h