System.ServiceModel 4.0.0.0 System.ServiceModel.Configuration.TransportElement To be added. Represents the configuration element that provides additional configuration settings to connection-oriented transport binding elements, such as TCP and named pipes. Method 4.0.0.0 System.Void To be added. Applies the content of a specified binding element to this binding configuration element. A binding element. Property 4.0.0.0 System.ComponentModel.TypeConverter(typeof(System.ComponentModel.TimeSpanConverter)) System.Configuration.ConfigurationProperty("channelInitializationTimeout", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.None) System.TimeSpan To be added. To be added. Gets or sets the maximum time the channel can be in the initialization status before being disconnected. Property 4.0.0.0 System.Configuration.ConfigurationProperty("connectionBufferSize", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.None) System.Configuration.IntegerValidator(ExcludeRange=false, MaxValue=2147483647, MinValue=1) System.Int32 To be added. This value can be changed to provide better throughput based on average message sizes and exchange patterns. Gets or sets the size of the buffer used to transmit a part of the serialized message on the wire from the client or service. Method 4.0.0.0 System.Void To be added. Copies the content of the specified configuration element to this configuration element. The configuration element to be copied. Property 4.0.0.0 System.Configuration.ConfigurationProperty("hostNameComparisonMode", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.None) System.ServiceModel.HostNameComparisonMode To be added. To be added. Gets or sets a value that indicates whether the hostname is used to reach the service when matching on the URI. Method 4.0.0.0 System.Void To be added. Initializes this binding configuration element with the content of the specified binding element. A binding element. Property 4.0.0.0 System.Configuration.ConfigurationProperty("maxBufferSize", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.None) System.Configuration.IntegerValidator(ExcludeRange=false, MaxValue=2147483647, MinValue=1) System.Int32 To be added. This property only applies to the headers of streamed messages. This value should be at least the maximum possible size of the SOAP headers, which are read in buffered mode. The value of this property must be less than or equal to MaxMessageSize and must be larger than the size of the headers of the message. Otherwise, the channel throws an exception. If you receive more data than you can buffer, the channel throws a , which contains as an inner exception. Gets or sets the maximum size of the buffer to use. Property 4.0.0.0 System.ComponentModel.TypeConverter(typeof(System.ComponentModel.TimeSpanConverter)) System.Configuration.ConfigurationProperty("maxOutputDelay", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.None) System.TimeSpan To be added. To be added. Gets or sets the maximum interval of time that a part of a message or a full message can remain buffered in memory before being sent out. Property 4.0.0.0 System.Configuration.ConfigurationProperty("maxPendingAccepts", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.None) System.Configuration.IntegerValidator(ExcludeRange=false, MaxValue=2147483647, MinValue=1) System.Int32 To be added. If you anticipate high levels of simultaneous connections, you should adjust this property to handle higher levels of concurrent client connections. Gets or sets the maximum number of pending asynchronous accept threads that are available for processing incoming connections on the service. Property 4.0.0.0 System.Configuration.ConfigurationProperty("maxPendingConnections", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.None) System.Configuration.IntegerValidator(ExcludeRange=false, MaxValue=2147483647, MinValue=1) System.Int32 To be added. The default value is 100. Gets or sets the maximum number of pending connections. Property 4.0.0.0 System.Configuration.ConfigurationPropertyCollection To be added. To be added. Gets a instance that contains a collection of objects that can be attributes or objects of this configuration element. Property 4.0.0.0 System.Configuration.ConfigurationProperty("transferMode", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.None) System.ServiceModel.TransferMode To be added. To be added. Gets or sets a value that specifies whether the messages are buffered or streamed with the connection-oriented transport.