Edit

Share via


NetworkingOptions Class

Definition

Caution

Use ConnectionOptions

Configures networking options.

public class NetworkingOptions
[System.Obsolete("Use ConnectionOptions")]
public class NetworkingOptions
type NetworkingOptions = class
[<System.Obsolete("Use ConnectionOptions")>]
type NetworkingOptions = class
Public Class NetworkingOptions
Inheritance
NetworkingOptions
Attributes

Constructors

NetworkingOptions()

Fields

DEFAULT_MAX_SOCKET_AGE
DEFAULT_MAX_SOCKETS
DEFAULT_OPENCONNECTION_TIMEOUT

Properties

MaxSocketAge
Obsolete.

The MaxSocketAge attribute specifies how long to keep an open socket before it is closed. Default is TimeSpan.MaxValue (never close sockets automatically, unless they were broken).

MaxSockets
Obsolete.

The MaxSockets attribute defines the maximum number of TCP sockets a silo would keep open at any point in time. When the limit is reached, least recently used sockets will be closed to keep the number of open sockets below the limit.

OpenConnectionTimeout
Obsolete.

The OpenConnectionTimeout attribute specifies the timeout before a connection open is assumed to have failed

Applies to