NSStreamSocksOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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). |