PortalDispatchContainer Method |
Forward a packet unread further to another client or server.
Namespace: Vaser Assembly: Vaser (in Vaser.dll) Version: 1.1.23.0 (1.1.23.0)
Syntax public void DispatchContainer( Link lnk, Packet_Recv packet )
Parameters
- lnk
- Type: VaserLink
The target link. - packet
- Type: VaserPacket_Recv
The unread packet.
See Also