EmbeddedServer..::..ConnectionAttemptHandler Delegate
Encapsulates a method that determines whether or not to accept a client's connection attempt.
Namespace:
com.onlineobject.objectnet.serverAssembly: ObjectNetAPI (in ObjectNetAPI.dll)
Syntax
public delegate void ConnectionAttemptHandler( EmbeddedConnection pendingConnection, EmbeddedMessage connectMessage )
Parameters
- pendingConnection
- Type: com.onlineobject.objectnet.server..::..EmbeddedConnection
- connectMessage
- Type: com.onlineobject.objectnet.server..::..EmbeddedMessage