com.onlineobject.objectnet Namespace

EmbeddedServer..::..ConnectionAttemptHandler Delegate

Encapsulates a method that determines whether or not to accept a client's connection attempt.

Namespace:  com.onlineobject.objectnet.server
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public delegate void ConnectionAttemptHandler(

	EmbeddedConnection pendingConnection,

	EmbeddedMessage connectMessage

)