Binding Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The Binding type exposes the following members.
| Name | Description | |
|---|---|---|
|
CloseTimeout | Gets or sets the interval of time provided for a connection to close before the transport raises an exception. |
|
MessageVersion | Gets the message version used by clients and services configured with the binding. |
|
Name | Gets or sets the name of the binding. |
|
Namespace | Gets or sets the XML namespace of the binding. |
|
OpenTimeout | Gets or sets the interval of time provided for a connection to open before the transport raises an exception. |
|
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. |
|
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. |
|
SendTimeout | Gets or sets the interval of time provided for a write operation to complete before the transport raises an exception. |
Show: