ChannelManagerBase.IDefaultCommunicationTimeouts.SendTimeout Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

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

Namespace:  System.ServiceModel.Channels
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

Syntax

Private ReadOnly Property SendTimeout As TimeSpan
    Implements IDefaultCommunicationTimeouts.SendTimeout
TimeSpan IDefaultCommunicationTimeouts.SendTimeout { get; }

Property Value

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

Implements

IDefaultCommunicationTimeouts..::.SendTimeout

Remarks

SendTimeout()()() calls DefaultSendTimeout.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

ChannelManagerBase Class

System.ServiceModel.Channels Namespace