Condividi tramite


ConnectionMonitorTcpConfiguration Class

Definition

Describes the TCP configuration.

public class ConnectionMonitorTcpConfiguration
type ConnectionMonitorTcpConfiguration = class
Public Class ConnectionMonitorTcpConfiguration
Inheritance
ConnectionMonitorTcpConfiguration

Constructors

Name Description
ConnectionMonitorTcpConfiguration()

Initializes a new instance of the ConnectionMonitorTcpConfiguration class.

ConnectionMonitorTcpConfiguration(Nullable<Int32>, Nullable<Boolean>, String)

Initializes a new instance of the ConnectionMonitorTcpConfiguration class.

Properties

Name Description
DestinationPortBehavior

Gets or sets destination port behavior. Possible values include: 'None', 'ListenIfAvailable'

DisableTraceRoute

Gets or sets value indicating whether path evaluation with trace route should be disabled.

Port

Gets or sets the port to connect to.

Methods

Name Description
Validate()

Validate the object.

Applies to