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"
-
Closest public server to user.
- @since 11.2
Declaration
Swift
case closestPublic = "userpublic"
-
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 = "auto"
-
By specific country/city/server Not valid for
connectAuto
@since 9.4Declaration
Swift
case countrycityserver
-
By exact specific country/city/server Not valid for
connectAuto()
@since 14.0Declaration
Swift
case exact
-
Connect using the current selection setting, but choose a different server instance than the one last used. @since 12.6
Declaration
Swift
case ignorelast = "ignorelast"