Avaya Client Services API Reference (iOS)
|
Represents a server to communicate with. More...
#import <CSServerInfo.h>
Inherits NSObject.
Class Methods | |
(instancetype) | + serverWithHostName:port:secure: |
Properties | |
NSString * | hostName |
The server's host name. More... | |
NSUInteger | port |
The server port to connect to. More... | |
BOOL | secure |
Whether or not the connection to the server should be secure. More... | |
Represents a server to communicate with.
+ (instancetype) serverWithHostName: | (NSString *) | hostName | |
port: | (NSUInteger) | port | |
secure: | (BOOL) | secure | |
|
readnonatomiccopy |
The server's host name.
|
readnonatomicassign |
The server port to connect to.
|
readnonatomicassign |
Whether or not the connection to the server should be secure.