Click or drag to resize
IClientChannel Properties

The IClientChannel type exposes the following members.

Properties
  NameDescription
Public propertyAllowInitializationUI
Gets or sets a value indicating whether System.ServiceModel.IClientChannel.DisplayInitializationUI() attempts to call the System.ServiceModel.Dispatcher.IInteractiveChannelInitializer objects in the System.ServiceModel.Dispatcher.ClientRuntime.InteractiveChannelInitializers property or throws if that collection is not empty.
Public propertyDidInteractiveInitialization
Gets a value indicating whether a call was done to a user interface to obtain credential information.
Public propertyVia
Gets the URI that contains the transport address to which messages are sent on the client channel.
Top
See Also