static let hostKey : StreamSOCKSProxyConfiguration
Value is an
NSString
object that represents the SOCKS proxy host.
値は、あるNSString
オブジェクトで、それはSOCKSプロキシホストを表します。
static let passwordKey : StreamSOCKSProxyConfiguration
Value is an
NSString
object containing the user’s password.
値は、あるNSString
オブジェクトでユーザのもつパスワードを含んでいます。
static let portKey : StreamSOCKSProxyConfiguration
Value is an
NSNumber
object containing an integer that represents the port on which the proxy listens.
値は、あるNSNumber
オブジェクトでひとつの整数を含んでいます、それはそれの上でプロキシが聞き耳をたてるポートを表します。
static let userKey : StreamSOCKSProxyConfiguration
Value is an
NSString
object containing the user’s name.
値は、あるNSString
オブジェクトでユーザのもつ名前を含んでいます。
static let versionKey : StreamSOCKSProxyConfiguration
Value is either
NSStreamSOCKSProxyVersion4
or NSStreamSOCKSProxyVersion5
.
値は、NSStreamSOCKSProxyVersion4
またはNSStreamSOCKSProxyVersion5
のどちらかです。