C# Class UlteriusServer.Api.Network.Messages.Packet

Afficher le fichier Open project: Ulterius/server Class Usage Examples

Méthodes publiques

Свойство Type Description
Args List
AuthClient UlteriusServer.WebSocketAPI.Authentication.AuthClient
Client vtortola.WebSockets.WebSocket
EndPoint string
PacketType PacketTypes
SyncKey string

Méthodes publiques

Méthode Description
HandlePacket ( ) : void

Executes a packet based on its handler

Packet ( AuthClient authClient, WebSocket client, string endPoint, string syncKey, List args, PacketTypes packetType, Type packetHandler ) : System

Create a packet

Method Details

HandlePacket() public méthode

Executes a packet based on its handler
public HandlePacket ( ) : void
Résultat void

Packet() public méthode

Create a packet
public Packet ( AuthClient authClient, WebSocket client, string endPoint, string syncKey, List args, PacketTypes packetType, Type packetHandler ) : System
authClient UlteriusServer.WebSocketAPI.Authentication.AuthClient
client vtortola.WebSockets.WebSocket
endPoint string
syncKey string
args List
packetType PacketTypes
packetHandler System.Type
Résultat System

Property Details

Args public_oe property

public List Args
Résultat List

AuthClient public_oe property

public AuthClient,UlteriusServer.WebSocketAPI.Authentication AuthClient
Résultat UlteriusServer.WebSocketAPI.Authentication.AuthClient

Client public_oe property

public WebSocket,vtortola.WebSockets Client
Résultat vtortola.WebSockets.WebSocket

EndPoint public_oe property

public string EndPoint
Résultat string

PacketType public_oe property

public PacketTypes PacketType
Résultat PacketTypes

SyncKey public_oe property

public string SyncKey
Résultat string