ChannelCloseEventHandler Delegate

[C#]

public delegate void ChannelCloseEventHandler(object sender);

Parameters

  • sender: The source of the event.

Remarks

Close events can be invoked only on successfully opened channels. No other channel events are invoked after [ClientSessionChannel/ClientSftpChannel]OnChannelClose.