IP*Works! RTC - Online Help
Available for:
IP*Works! RTC
Questions / Feedback?

ConnectionStatus Event

Fired to indicate changes in connection state.

Syntax

[VB.NET]
Public Event OnConnectionStatus As OnConnectionStatusHandler
[C#]
public event OnConnectionStatusHandler OnConnectionStatus;

public delegate void OnConnectionStatusHandler(object sender, RudpclientConnectionStatusEventArgs e);

class RudpclientConnectionStatusEventArgs : EventArgs {
  string ConnectionEvent {get;}
  int StatusCode {get;}
  string Description {get;}
}

Remarks

The ConnectionStatus event is fired when the connection state changes: completion of a connection, etc.

The ConnectionEvent parameter indicates the type of connection event. Values may include:

Remote host connection complete.
Remote host disconnected.

StatusCode has the error code. If there is no error the value will be 0. Description contains a description of this code.

 
 
Copyright (c) 2016 /n software inc. - All rights reserved.
Build 1.0.6093.0