IP*Works! WS V9 - Online Help
IP*Works! WS V9
Questions / Feedback?

Connected Event

Fired when a WebSocket is successfully opened.

Syntax

[VB.NET]
Public Event OnConnected As OnConnectedHandler
[C#]
public event OnConnectedHandler OnConnected;

public delegate void OnConnectedHandler(object sender, WsserverConnectedEventArgs e);

class WsserverConnectedEventArgs : EventArgs {
  string ConnectionId {get;}
}

Remarks

The Connected event is fired when a WebSocket is successfully opened on an connection.

ConnectionId identifies the connection.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 9.0.6240.0