ClientBase(Of TChannel) Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The ClientBase(Of TChannel) type exposes the following members.
| Name | Description | |
|---|---|---|
|
Channel | Gets the inner channel used to communicate with the service. |
|
ChannelFactory | Gets the underlying ChannelFactory(Of TChannel) object. |
|
ClientCredentials | Gets the client credentials used to call an operation. |
|
Endpoint | Gets the target endpoint for the service to which the Windows Phone client can connect. |
|
InnerChannel | Gets the underlying IClientChannel implementation. |
|
State | Gets the current state of the ClientBase(Of TChannel) object. |
Show: