supportsSocks property
bool?
get
supportsSocks
Whether the proxy supports SOCKS protocol (optional) @deprecated Use protocol instead
Implementation
bool? get supportsSocks => protocol.isSocks;
Whether the proxy supports SOCKS protocol (optional) @deprecated Use protocol instead
bool? get supportsSocks => protocol.isSocks;