data class ProxySettings
(source)
(common)
<init> |
ProxySettings(host: String = "localhost", port: Int = 1080, username: String? = null, password: String? = null) |
(common)
host |
val host: String |
(common)
password |
val password: String? |
(common)
port |
val port: Int |
(common)
username |
val username: String? |