ITcpChannelFactorySettings 接口

定义

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

属性

BufferManager (继承自 ITransportFactorySettings)
CloseTimeout

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

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

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

(继承自 IDefaultCommunicationTimeouts)
ReceiveTimeout

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

(继承自 IDefaultCommunicationTimeouts)
SendTimeout

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

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

适用于