ChannelBase.IDefaultCommunicationTimeouts.SendTimeout 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 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
属性值
指定在 send 方法超时之前要等待的时间间隔的 TimeSpan。
实现
注解
IDefaultCommunicationTimeouts.SendTimeout 调用 DefaultSendTimeout。