NSStreamSocksOptions.Version Field
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.
SOCKS proxy version (4 or 5).
public int Version;
val mutable Version : int
Field Value
Remarks
Currently only the values 4 (for SOCKS4) and five (for SOCKS5) are supported.