System.ServiceModel 4.0.0.0 System.Configuration.ConfigurationElement To be added. Represents a configuration element that specifies additional connection pool settings for a TCP transport. This class cannot be inherited. Constructor 4.0.0.0 To be added. Initializes a new instance of the class. Property 4.0.0.0 System.Configuration.ConfigurationProperty("groupName", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.None) System.Configuration.StringValidator(InvalidCharacters=null, MaxLength=2147483647, MinLength=0) System.String To be added. In streamed mode, connections are not shared, meaning that connection pooling is disabled. The default is a "default" string. You can modify this value to isolate the connections for a particular client into separate groups. Gets or sets a string that defines the name of the connection pool used for outgoing channels. Property 4.0.0.0 System.ComponentModel.TypeConverter(typeof(System.ComponentModel.TimeSpanConverter)) System.Configuration.ConfigurationProperty("idleTimeout", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.None) System.TimeSpan To be added. To be added. Gets or sets the maximum time the connection can be idle before being disconnected. Property 4.0.0.0 System.ComponentModel.TypeConverter(typeof(System.ComponentModel.TimeSpanConverter)) System.Configuration.ConfigurationProperty("leaseTimeout", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.None) System.TimeSpan To be added. A connection is closed after it is returned to the connection cache and not during active transmission. The connection cache used by the TCP transport creates new connections as required for each endpoint, up to the cache limit that is set by . Gets or sets the time span after which an active connection is closed. Property 4.0.0.0 System.Configuration.ConfigurationProperty("maxOutboundConnectionsPerEndpoint", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.None) System.Configuration.IntegerValidator(ExcludeRange=false, MaxValue=2147483647, MinValue=0) System.Int32 To be added. Connections in excess of the limit are queued until a space below the limit becomes available. This property limits the duration in which connections remain queued before an exception is thrown. This property limits the number of simultaneous active connections from the client to a particular service endpoint. If this value is exceeded by having more active client connections, the service may appear unresponsive to the client. In this case, this value should be adjusted to exceed the maximum number of expected simultaneous client connections to a specific endpoint. This setting can also be set on the service side, in which case the value is used to set the on the . Gets or sets the maximum number of connections to a remote endpoint initiated by the service. Property 4.0.0.0 System.Configuration.ConfigurationPropertyCollection To be added. To be added. To be added.