ChannelBase.IDefaultCommunicationTimeouts.SendTimeout Property

Definition

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

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

Property Value

The TimeSpan that specifies the interval of time to wait for the send method to time out.

Implements

Remarks

IDefaultCommunicationTimeouts.SendTimeout calls DefaultSendTimeout.

Applies to