CustomBinding Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The CustomBinding 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. (Inherited from Binding.) |
|
Elements | Gets the binding elements from the custom binding. |
|
MessageVersion | Gets the message version used by clients and services configured with the binding. (Inherited from Binding.) |
|
Name | Gets or sets the name of the binding. (Inherited from Binding.) |
|
Namespace | Gets or sets the XML namespace of the binding. (Inherited from Binding.) |
|
OpenTimeout | Gets or sets the interval of time provided for a connection to open before the transport raises an exception. (Inherited from Binding.) |
|
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. (Inherited from Binding.) |
|
Scheme | Gets the URI scheme for transport used by the custom binding. (Overrides Binding.Scheme.) |
|
SendTimeout | Gets or sets the interval of time provided for a write operation to complete before the transport raises an exception. (Inherited from Binding.) |
Show: