ContextData

@JsonSerializable
data class ContextData(val HttpHeaders: List<HttpHeader>, val IpAddress: IpAddress, val ServerName: ServerName, val ServerPath: ServerPath, val EncodedData: String? = null)

Constructors

Link copied to clipboard
constructor(HttpHeaders: List<HttpHeader>, IpAddress: IpAddress, ServerName: ServerName, ServerPath: ServerPath, EncodedData: String? = null)

Properties

Link copied to clipboard
val EncodedData: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard