Binding 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 Binding type exposes the following members.

Properties

  Name Description
Public propertySupported by Silverlight for Windows Phone CloseTimeout Gets or sets the interval of time provided for a connection to close before the transport raises an exception.
Public propertySupported by Silverlight for Windows Phone MessageVersion Gets the message version used by clients and services configured with the binding.
Public propertySupported by Silverlight for Windows Phone Name Gets or sets the name of the binding.
Public propertySupported by Silverlight for Windows Phone Namespace Gets or sets the XML namespace of the binding.
Public propertySupported by Silverlight for Windows Phone OpenTimeout Gets or sets the interval of time provided for a connection to open before the transport raises an exception.
Public propertySupported by Silverlight for Windows Phone ReceiveTimeout Gets or sets the interval of time that a connection can remain inactive, during which no application messages are received, before it is dropped.
Public propertySupported by Silverlight for Windows Phone Scheme When implemented in a derived class, sets the URI scheme that specifies the transport used by the channel factories that are built by the bindings.
Public propertySupported by Silverlight for Windows Phone SendTimeout Gets or sets the interval of time provided for a write operation to complete before the transport raises an exception.

Top