Avaya Client Services API Reference (iOS)
Class Methods | Properties | List of all members
CSServerInfo Class Reference

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...
 

Detailed Description

Represents a server to communicate with.

Method Documentation

+ (instancetype) serverWithHostName: (NSString *)  hostName
port: (NSUInteger)  port
secure: (BOOL)  secure 

Property Documentation

- (NSString*) hostName
readnonatomiccopy

The server's host name.

- (NSUInteger) port
readnonatomicassign

The server port to connect to.

- (BOOL) secure
readnonatomicassign

Whether or not the connection to the server should be secure.


The documentation for this class was generated from the following file: