IDefaultCommunicationTimeouts Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The IDefaultCommunicationTimeouts type exposes the following members.

Properties

  Name Description
Public propertySupported by Silverlight for Windows Phone CloseTimeout Gets the interval of time after which the close method, invoked by a communication object, times out.
Public propertySupported by Silverlight for Windows Phone OpenTimeout Gets the interval of time after which the open method, invoked by a communication object, times out.
Public propertySupported by Silverlight for Windows Phone ReceiveTimeout Gets the interval of time after which the receive method, invoked by a communication object, times out.
Public propertySupported by Silverlight for Windows Phone SendTimeout Gets the interval of time after which the send method, invoked by a communication object, times out.

Top