SocketConnectionPoolSettingsElement Class

Definition

Represents a configuration element that specifies additional connection pool settings for a TCP transport. This class cannot be inherited.

public sealed class SocketConnectionPoolSettingsElement : System.Configuration.ConfigurationElement
type SocketConnectionPoolSettingsElement = class
    inherit ConfigurationElement
Public NotInheritable Class SocketConnectionPoolSettingsElement
Inherits ConfigurationElement
Inheritance
SocketConnectionPoolSettingsElement

Constructors

SocketConnectionPoolSettingsElement()

Initializes a new instance of the SocketConnectionPoolSettingsElement class.

Properties

GroupName

Gets or sets the name of the connection pool used for outgoing channels.

IdleTimeout

Gets or sets the maximum time that the connection can be idle before being disconnected.

LeaseTimeout

Gets or sets the time span after which an active connection is closed.

MaxOutboundConnectionsPerEndpoint

Gets or sets the maximum number of connections to a remote endpoint initiated by the service.

Applies to