AbstractProxySettings class
Platform: ImagesAppKitLanguage: Objective-C SDK:
An object used to set and retrieve the details of the proxy server used to interact with the Eyes server.
To set a proxy server, create an object of this type and
pass it to the proxy method.
Import statement
@import EyesImagesAppKit
Constructor
- initWithUri()
- This is the constructor for the AbstractProxySettings class.
Properties
- passwordType:NSString*
- Returns the proxy password set when the object was created.
- portType:NSInteger
- Returns the proxy port set when the object was created.
- uriType:NSString*
- Returns the proxy URI set when the object was created.
- usernameType:NSString*
- Returns the proxy username set when the object was created.