共用方式為


ConnectionMonitorTcpConfiguration Class

Definition

Describes the TCP configuration.

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

Constructors

ConnectionMonitorTcpConfiguration()

Initializes a new instance of the ConnectionMonitorTcpConfiguration class.

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

Initializes a new instance of the ConnectionMonitorTcpConfiguration class.

Properties

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

Validate()

Validate the object.

Applies to