Share via


ITransportFactorySettings 介面

定義

public interface class ITransportFactorySettings : System::ServiceModel::IDefaultCommunicationTimeouts
public interface ITransportFactorySettings : System.ServiceModel.IDefaultCommunicationTimeouts
type ITransportFactorySettings = interface
    interface IDefaultCommunicationTimeouts
Public Interface ITransportFactorySettings
Implements IDefaultCommunicationTimeouts
衍生
實作

屬性

BufferManager
CloseTimeout

取得通訊物件叫用之關閉方法逾時前所經過的時間間隔。

(繼承來源 IDefaultCommunicationTimeouts)
ManualAddressing
MaxReceivedMessageSize
MessageEncoderFactory
MessageVersion
OpenTimeout

取得通訊物件叫用之開啟方法逾時前所經過的時間間隔。

(繼承來源 IDefaultCommunicationTimeouts)
ReceiveTimeout

取得通訊物件叫用之接收方法逾時前所經過的時間間隔。

(繼承來源 IDefaultCommunicationTimeouts)
SendTimeout

取得通訊物件叫用之傳送方法逾時前所經過的時間間隔。

(繼承來源 IDefaultCommunicationTimeouts)

適用於