NetworkConnectionMonitorTestConfigurationTcpConfiguration

data class NetworkConnectionMonitorTestConfigurationTcpConfiguration(val destinationPortBehavior: String? = null, val port: Int, val traceRouteEnabled: Boolean? = null)

Constructors

constructor(destinationPortBehavior: String? = null, port: Int, traceRouteEnabled: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The destination port behavior for the TCP connection. Possible values are None and ListenIfAvailable.

Link copied to clipboard
val port: Int

The port for the TCP connection.

Link copied to clipboard

Should path evaluation with trace route be enabled? Defaults to true.