WebSocketClient.Disconnected Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An event to be fired when the underlying transport is disconnected. Any application communicating with this client should subscribe to this event.
public event Microsoft.Bot.Streaming.Transport.DisconnectedEventHandler Disconnected;
member this.Disconnected : Microsoft.Bot.Streaming.Transport.DisconnectedEventHandler
Public Event Disconnected As DisconnectedEventHandler