com.onlineobject.objectnet Namespace

ConnectionFailedEventArgs Constructor

Initializes event data.

Namespace:  com.onlineobject.objectnet.server
Assembly:  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).