proxyPort (property)

This property contains the TCP port for the proxy Server (default 80).

Syntax

@property (nonatomic,readwrite,assign,getter=proxyPort,setter=setProxyPort:) int proxyPort;
- (int)proxyPort;
- (void)setProxyPort:(int)newProxyPort;
public var proxyPort: Int32 {
  get {...}
set {...} }

Default Value

80

Remarks

This property contains the TCP port for the proxy ProxyServer (default 80). See the description of the ProxyServer property for details.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 iOS Edition - Version 20.0 [Build 8307]