ChannelBase.IDefaultCommunicationTimeouts.OpenTimeout 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 open method, invoked by a communication object, times out.

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

Syntax

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

Property Value

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

Implements

IDefaultCommunicationTimeouts..::.OpenTimeout

Remarks

OpenTimeout()()() calls DefaultOpenTimeout.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

ChannelBase Class

System.ServiceModel.Channels Namespace