ForwardingSuccessEventHandler Delegate

[C#]

public delegate void ForwardingSuccessEventHandler(
  object sender,
  uint listPort);

Parameters

  • sender: The source of the event.
  • listPort: The listening port. This value is meaningful only with [Client]AddForwarding, when the forwarding has successfully been added, and the initiating forwarding rule had listening port set to 0 (use any port).

Remarks

Reports success about a [Client]AddForwarding, [Client]CancelForwarding, or [Client]InviteForwardings operation.