socksVersion property
int?
get
socksVersion
SOCKS version if applicable (optional) @deprecated Use protocol instead
Implementation
int? get socksVersion => protocol.socksVersion;
SOCKS version if applicable (optional) @deprecated Use protocol instead
int? get socksVersion => protocol.socksVersion;