Vaser Namespace |
Class | Description | |
---|---|---|
![]() | Container | The Container class is for inheritance your data packets. use: public class my_datapacket : Container |
![]() | IDPool | This class is a simple ID pool holder. |
![]() | Link | This class manages your connections to the server. |
![]() | LinkEventArgs | Holds the connection link. |
![]() | NetVector2 | A simple dataholder. |
![]() | PacketEventArgs | Event data holder |
![]() | Portal | This class is a data gateway for sending and receiving packets. It helps to manage the datastream by separating the packets by its thematic. |
![]() | PortalCollection | This class is the portalholder. |
![]() | VaserClient | This class is used for opening connections to servers. Usage: VaserClient.ConnectClient(...); |
![]() | VaserServer | This class is used to start servers. Use: VaserServer srv = new VaserServer(...); |
Structure | Description | |
---|---|---|
![]() | Options | Static settings collection |
![]() | Packet_Recv | This class holds your incoming data packet. |