ConnectionOrientedTransportElement Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the configuration element that provides additional configuration settings to connection-oriented transport binding elements, such as TCP and named pipes.
public abstract class ConnectionOrientedTransportElement : System.ServiceModel.Configuration.TransportElement
type ConnectionOrientedTransportElement = class
inherit TransportElement
Public MustInherit Class ConnectionOrientedTransportElement
Inherits TransportElement
- Inheritance
-
ConnectionOrientedTransportElement
- Derived
Properties
ChannelInitializationTimeout |
Gets or sets the maximum time the channel can be in the initialization status before being disconnected. |
ConnectionBufferSize |
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. |
HostNameComparisonMode |
Gets or sets a value that indicates whether the hostname is used to reach the service when matching on the URI. |
MaxBufferSize |
Gets or sets the maximum size of the buffer to use. |
MaxOutputDelay |
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. |
MaxPendingAccepts |
Gets or sets the maximum number of pending asynchronous accept threads that are available for processing incoming connections on the service. |
MaxPendingConnections |
Gets or sets the maximum number of pending connections. |
Properties |
Gets a ConfigurationPropertyCollection instance that contains a collection of ConfigurationProperty objects that can be attributes or ConfigurationElement objects of this configuration element. |
TransferMode |
Gets or sets a value that specifies whether the messages are buffered or streamed with the connection-oriented transport. |
Methods
ApplyConfiguration(BindingElement) |
Applies the settings of this configuration element to the specified BindingElement. |
CopyFrom(ServiceModelExtensionElement) |
Copies the content of the specified configuration element to this configuration element. |