ChannelManagerBase.IDefaultCommunicationTimeouts.SendTimeout 属性

定义

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

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

指定在 send 方法超时之前要等待的时间间隔的 TimeSpan

实现

注解

IDefaultCommunicationTimeouts.SendTimeout 调用 DefaultSendTimeout

适用于