#import <VOOSMPHTTPProxy.h>

+ Inheritance diagram for VOOSMPHTTPProxy:

Instance Methods

(id) - init:proxyPort:
 Initialize VOOSMPHTTPProxy with values. More...
 

Protected Attributes

NSString * _proxyHost
 
int _proxyPort
 

Properties

NSString * proxyHost
 Proxy server host name or IP address. More...
 
int proxyPort
 Proxy server port number. More...
 

Method Documentation

- (id) init: (NSString *)  proxyHost
proxyPort: (int)  proxyPort 

Initialize VOOSMPHTTPProxy with values.

Parameters
proxyHost[in] Server host name or IP address, must not be nil.
proxyPort[in] Proxy server port number, must not be nil.

Member Data Documentation

- (NSString*) _proxyHost
protected
- (int) _proxyPort
protected

Property Documentation

- (NSString*) proxyHost
readwriteatomicretain

Proxy server host name or IP address.

Set as "" to clear.

- (int) proxyPort
readwriteatomicassign

Proxy server port number.

Set as 0 to clear.


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