ClientBase<TChannel>.ICommunicationObject.Opening Event

Definition

The event handler that is invoked when the ClientBase<TChannel> object transitions from the created state to the opened state.

C#
event EventHandler System.ServiceModel.ICommunicationObject.Opening;

Event Type

Implements

Remarks

For more information, see System.ServiceModel.Channels.CommunicationObject.

Applies to