Socks

class Socks(val host: String, val port: Int) : ProxyConfig(source)

SOCKS proxy configuration.

Parameters

host

The SOCKS proxy host

port

The SOCKS proxy port

Constructors

Link copied to clipboard
constructor(host: String, port: Int)

Properties

Link copied to clipboard
Link copied to clipboard
val port: Int