ClientRuntime Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The ClientRuntime type exposes the following members.
| Name | Description | |
|---|---|---|
|
ContractClientType | Gets the type of the contract associated with the client. |
|
ContractName | Gets the name of the contract associated with the client. |
|
ContractNamespace | Gets the namespace of the contract associated with the client. |
|
ManualAddressing | Gets or sets a value that indicates whether the client adds addressing headers to request-reply messages. |
|
MaxFaultSize | Gets or sets the maximum fault message size. |
|
OperationSelector | Gets or sets a IClientOperationSelector implementation that can be used to select a ClientOperation. |
|
UnhandledClientOperation | Gets the client operation for methods that do not have a corresponding ClientOperation. |
|
Via | Gets or sets the transport address that is used to send messages through the client. |
Show: