ConnectionFailedEventArgs Constructor
Initializes event data.
Namespace:
com.onlineobject.objectnet.serverAssembly: ObjectNetAPI (in ObjectNetAPI.dll)
Syntax
public ConnectionFailedEventArgs( EmbeddedRejectReason reason, EmbeddedMessage message )
Parameters
- reason
- Type: com.onlineobject.objectnet.server..::..EmbeddedRejectReason
The reason for the connection failure.
- message
- Type: com.onlineobject.objectnet.server..::..EmbeddedMessage
Additional data related to the failed connection attempt (if any).