IConnectionOrientedTransportFactorySettings Interface

Definition

public interface class IConnectionOrientedTransportFactorySettings : System::ServiceModel::Channels::IConnectionOrientedConnectionSettings, System::ServiceModel::Channels::ITransportFactorySettings
public interface IConnectionOrientedTransportFactorySettings : System.ServiceModel.Channels.IConnectionOrientedConnectionSettings, System.ServiceModel.Channels.ITransportFactorySettings
type IConnectionOrientedTransportFactorySettings = interface
    interface ITransportFactorySettings
    interface IDefaultCommunicationTimeouts
    interface IConnectionOrientedConnectionSettings
Public Interface IConnectionOrientedTransportFactorySettings
Implements IConnectionOrientedConnectionSettings, ITransportFactorySettings
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)
IdleTimeout (Inherited from IConnectionOrientedConnectionSettings)
ManualAddressing (Inherited from ITransportFactorySettings)
MaxBufferSize
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
Upgrade

Applies to