Click or drag to resize
IClientChannel Interface
Defines the behavior of outbound request and request/reply channels used by client applications.

Namespace: System.ServiceModel
Assembly: CSharpXamlForHtml5.System.ServiceModel.dll (in CSharpXamlForHtml5.System.ServiceModel.dll.dll) Version: 1.0.0.0
Syntax
C#
public interface IClientChannel : IDisposable

The IClientChannel type exposes the following members.

Methods
  NameDescription
Public methodBeginDisplayInitializationUI
An asynchronous call to begin using a user interface to obtain credential information.
Public methodDisplayInitializationUI
A call to a user interface to obtain credential information.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodEndDisplayInitializationUI
Called when the call to System.ServiceModel.IClientChannel.BeginDisplayInitializationUI(System.AsyncCallback,System.Object) has finished.
Top
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