ITransportFactorySettings Interface

Definition

public interface class ITransportFactorySettings : System::ServiceModel::IDefaultCommunicationTimeouts
public interface ITransportFactorySettings : System.ServiceModel.IDefaultCommunicationTimeouts
type ITransportFactorySettings = interface
    interface IDefaultCommunicationTimeouts
Public Interface ITransportFactorySettings
Implements IDefaultCommunicationTimeouts
Derived
Implements

Properties

BufferManager
CloseTimeout

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

(Inherited from IDefaultCommunicationTimeouts)
ManualAddressing
MaxReceivedMessageSize
MessageEncoderFactory
MessageVersion
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)

Applies to