IConnectionOrientedTransportChannelFactorySettings Interface

Definition

public interface class IConnectionOrientedTransportChannelFactorySettings : System::ServiceModel::Channels::IConnectionOrientedTransportFactorySettings
public interface IConnectionOrientedTransportChannelFactorySettings : System.ServiceModel.Channels.IConnectionOrientedTransportFactorySettings
type IConnectionOrientedTransportChannelFactorySettings = interface
    interface IConnectionOrientedTransportFactorySettings
    interface ITransportFactorySettings
    interface IDefaultCommunicationTimeouts
    interface IConnectionOrientedConnectionSettings
Public Interface IConnectionOrientedTransportChannelFactorySettings
Implements IConnectionOrientedTransportFactorySettings
Derived
Implements

Properties

BufferManager (Inherited from ITransportFactorySettings)
CloseTimeout

Gets the interval of time after which the close method, invoked by a communication object, times out.

(Inherited from IDefaultCommunicationTimeouts)
ConnectionBufferSize (Inherited from IConnectionOrientedConnectionSettings)
ConnectionPoolGroupName
IdleTimeout (Inherited from IConnectionOrientedConnectionSettings)
ManualAddressing (Inherited from ITransportFactorySettings)
MaxBufferSize (Inherited from IConnectionOrientedTransportFactorySettings)
MaxOutboundConnectionsPerEndpoint
MaxOutputDelay (Inherited from IConnectionOrientedConnectionSettings)
MaxReceivedMessageSize (Inherited from ITransportFactorySettings)
MessageEncoderFactory (Inherited from ITransportFactorySettings)
MessageVersion (Inherited from ITransportFactorySettings)
OpenTimeout

Gets the interval of time after which the open method, invoked by a communication object, times out.

(Inherited from IDefaultCommunicationTimeouts)
ReceiveTimeout

Gets the interval of time after which the receive method, invoked by a communication object, times out.

(Inherited from IDefaultCommunicationTimeouts)
SendTimeout

Gets the interval of time after which the send method, invoked by a communication object, times out.

(Inherited from IDefaultCommunicationTimeouts)
TransferMode (Inherited from IConnectionOrientedTransportFactorySettings)
Upgrade (Inherited from IConnectionOrientedTransportFactorySettings)

Applies to