ITcpChannelFactorySettings Interface

Definition

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
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 (Inherited from IConnectionOrientedTransportChannelFactorySettings)
IdleTimeout (Inherited from IConnectionOrientedConnectionSettings)
LeaseTimeout
ManualAddressing (Inherited from ITransportFactorySettings)
MaxBufferSize (Inherited from IConnectionOrientedTransportFactorySettings)
MaxOutboundConnectionsPerEndpoint (Inherited from IConnectionOrientedTransportChannelFactorySettings)
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