DebugProxy

data class DebugProxy(val address: String, val port: Int)

Configuration for an HTTP debug proxy. When set and the build is a debug build, all SDK HTTP connections will be routed through this proxy and SSL certificate validation will be disabled.

Parameters

address

The proxy host IP or hostname.

port

The proxy port.

Constructors

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

Properties

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