Description Fires when mediator sends packet to peer.
Syntax
Private Sub object_MediatorExchangeData(FromID, ToID)
The MediatorExchangeData Event syntax has these parts:
|
object | A wodVPN object. | FromID | A String value.
Peer ID that sent search request. | ToID | A String value.
Peer ID that was searched for. |
Remarks - When peer that sent search request tries to locate
peer that has recently announced itself to the mediator, mediator will
send packet back to the peer, and this event will fire so you can keep
track on who did mediator send information.
|