Click or drag to resize

Portal Class

This class is a data gateway for sending and receiving packets. It helps to manage the datastream by separating the packets by its thematic.
Inheritance Hierarchy
SystemObject
  VaserPortal

Namespace:  Vaser
Assembly:  Vaser (in Vaser.dll) Version: 1.1.23.0 (1.1.23.0)
Syntax
C#
public class Portal

The Portal type exposes the following members.

Constructors
  NameDescription
Public methodPortal
Creates a new portal. Please register it at 'MyPortalCollection.RegisterPortal(...)'.
Top
Methods
  NameDescription
Public methodStatic memberByteArrayToString
Converts an bytearray to an string.
Public methodDispatchContainer
Forward a packet unread further to another client or server.
Protected methodOnIncomingPacket
Raises an event when a new packet has arrived.
Public methodSendContainer
Send data packets to the client.
Top
Events
  NameDescription
Public eventIncomingPacket
EventHandler for incoming packets.
Top
See Also