IClientChannel Interface |
Namespace: System.ServiceModel
public interface IClientChannel : IDisposable
The IClientChannel type exposes the following members.
Name | Description | |
---|---|---|
BeginDisplayInitializationUI |
An asynchronous call to begin using a user interface to obtain credential
information.
| |
DisplayInitializationUI |
A call to a user interface to obtain credential information.
| |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
EndDisplayInitializationUI |
Called when the call to System.ServiceModel.IClientChannel.BeginDisplayInitializationUI(System.AsyncCallback,System.Object)
has finished.
|
Name | Description | |
---|---|---|
AllowInitializationUI |
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.
| |
DidInteractiveInitialization |
Gets a value indicating whether a call was done to a user interface to obtain
credential information.
| |
Via |
Gets the URI that contains the transport address to which messages are sent
on the client channel.
|