ClientBase(TChannel) Properties

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.

  NameDescription
Protected property Channel Gets the inner channel used to communicate with the service.
Public property ChannelFactory Gets the underlying ChannelFactory(Of TChannel) object.
Public property ClientCredentials Gets the client credentials used to call an operation.
Public property Endpoint Gets the target endpoint for the service to which the Windows Phone client can connect.
Public property InnerChannel Gets the underlying IClientChannel implementation.
Public property State Gets the current state of the ClientBase(Of TChannel) object.
Top

Show:
© 2017 Microsoft