IConnectionOrientedTransportChannelFactorySettings 接口

定义

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
派生
实现

属性

BufferManager (继承自 ITransportFactorySettings)
CloseTimeout

获取 close 方法(由通信对象调用)在超时之前的时间间隔。

(继承自 IDefaultCommunicationTimeouts)
ConnectionBufferSize (继承自 IConnectionOrientedConnectionSettings)
ConnectionPoolGroupName
IdleTimeout (继承自 IConnectionOrientedConnectionSettings)
ManualAddressing (继承自 ITransportFactorySettings)
MaxBufferSize (继承自 IConnectionOrientedTransportFactorySettings)
MaxOutboundConnectionsPerEndpoint
MaxOutputDelay (继承自 IConnectionOrientedConnectionSettings)
MaxReceivedMessageSize (继承自 ITransportFactorySettings)
MessageEncoderFactory (继承自 ITransportFactorySettings)
MessageVersion (继承自 ITransportFactorySettings)
OpenTimeout

获取 open 方法(由通信对象调用)在超时之前的时间间隔。

(继承自 IDefaultCommunicationTimeouts)
ReceiveTimeout

获取 receive 方法(由通信对象调用)在超时之前的时间间隔。

(继承自 IDefaultCommunicationTimeouts)
SendTimeout

获取 send 方法(由通信对象调用)在超时之前的时间间隔。

(继承自 IDefaultCommunicationTimeouts)
TransferMode (继承自 IConnectionOrientedTransportFactorySettings)
Upgrade (继承自 IConnectionOrientedTransportFactorySettings)

适用于