ChannelManagerBase.IDefaultCommunicationTimeouts.SendTimeout 屬性

定義

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

property TimeSpan System::ServiceModel::IDefaultCommunicationTimeouts::SendTimeout { TimeSpan get(); };
TimeSpan System.ServiceModel.IDefaultCommunicationTimeouts.SendTimeout { get; }
member this.System.ServiceModel.IDefaultCommunicationTimeouts.SendTimeout : TimeSpan
 ReadOnly Property SendTimeout As TimeSpan Implements IDefaultCommunicationTimeouts.SendTimeout

屬性值

TimeSpan

TimeSpan,其指定在傳送方法逾時之前所等待的時間間隔。

實作

備註

IDefaultCommunicationTimeouts.SendTimeout 會呼叫 DefaultSendTimeout

適用於