AutoConnectMethod
public enum AutoConnectMethod : String
Options to connect allowing Speedify to pick a server
based on your AutoConnectMethod
.
-
Closest public or private server to user.
Declaration
Swift
case closest = "user"
-
Closest private server to user.
Declaration
Swift
case closestPrivate = "userprivate"
-
Last server user connected.
Declaration
Swift
case last = "last"
-
Server that supports P2P/BitTorrent.
Declaration
Swift
case p2p = "p2p"
-
Local-proxy only connection
- @since 10.6
Declaration
Swift
case proxy = "proxy"