NSStreamSocksOptions Class

Definition

Configuration options for SOCKS proxy servers.

public class NSStreamSocksOptions
type NSStreamSocksOptions = class
Inheritance
NSStreamSocksOptions

Constructors

NSStreamSocksOptions()

Constructs an empty instance of the settings.

Fields

HostName

SOCKS proxy hostname.

HostPort

SOCKS proxy port.

Password

Password for the SOCKS proxy user.

Username

Username for the SOCKS proxy user

Version

SOCKS proxy version (4 or 5).

Applies to