BackendProxyContractResponse

data class BackendProxyContractResponse(val password: String? = null, val url: String, val username: String? = null)

Details of the Backend WebProxy Server to use in the Request to Backend.

Constructors

Link copied to clipboard
constructor(password: String? = null, url: String, username: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val password: String? = null

Password to connect to the WebProxy Server

Link copied to clipboard
val url: String

WebProxy Server AbsoluteUri property which includes the entire URI stored in the Uri instance, including all fragments and query strings.

Link copied to clipboard
val username: String? = null

Username to connect to the WebProxy server