Edit

Share via


ConnectionOptions Class

Definition

Connection options.

public class ConnectionOptions
type ConnectionOptions = class
Public Class ConnectionOptions
Inheritance
ConnectionOptions

Constructors

ConnectionOptions()

Fields

DEFAULT_OPENCONNECTION_TIMEOUT

The default value for OpenConnectionTimeout.

Properties

ConnectionRetryDelay

Gets or sets the amount of time to wait after a failed connection attempt before retrying the connection.

ConnectionsPerEndpoint

Gets or sets the number of connections to maintain for each endpoint.

OpenConnectionTimeout

Gets or sets the timeout before a connection open is assumed to have failed.

ProtocolVersion

Gets or sets the network protocol version to negotiate with.

Applies to