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"
-
Connect by automatic connection method. @since 9.4
Declaration
Swift
case bysetting
-
By specific country/city/server Not valid for
connectAuto
@since 9.4Declaration
Swift
case countrycityserver