IChannelInitializer.Initialize(IClientChannel) Method

Definition

Initializes the IChannelInitializer class with a specified IClientChannel.

public:
 void Initialize(System::ServiceModel::IClientChannel ^ channel);
public void Initialize (System.ServiceModel.IClientChannel channel);
abstract member Initialize : System.ServiceModel.IClientChannel -> unit
Public Sub Initialize (channel As IClientChannel)

Parameters

channel
IClientChannel

The IClientChannel used to initialize the IChannelInitializer.

Applies to