NamedPipeConnectionPoolSettings Class

Definition

Represents settings that control the behavior of the named pipe connection pool.

public ref class NamedPipeConnectionPoolSettings sealed
[System.Runtime.Versioning.SupportedOSPlatform("windows")]
public sealed class NamedPipeConnectionPoolSettings
public sealed class NamedPipeConnectionPoolSettings
[<System.Runtime.Versioning.SupportedOSPlatform("windows")>]
type NamedPipeConnectionPoolSettings = class
type NamedPipeConnectionPoolSettings = class
Public NotInheritable Class NamedPipeConnectionPoolSettings
Inheritance
NamedPipeConnectionPoolSettings
Attributes

Properties

GroupName

Gets or sets the group name of the connection pool group on the client.

IdleTimeout

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

MaxOutboundConnectionsPerEndpoint

Gets or sets the maximum number of outbound connections for each endpoint that is cached in the connection pool.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to