IChannelInitializer.Initialize(IClientChannel) Metodo

Definizione

Inizializza la IChannelInitializer classe con un oggetto specificato 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)

Parametri

channel
IClientChannel

Oggetto IClientChannel utilizzato per inizializzare l'oggetto IChannelInitializer.

Si applica a