Proxy Settings
data class ProxySettings( val host: String = "localhost", val port: Int = 1080, val username: String? = null, val password: String? = null)
Content copied to clipboard
Constructors
Link copied to clipboard
fun ProxySettings( host: String = "localhost", port: Int = 1080, username: String? = null, password: String? = null)
Content copied to clipboard