C# 클래스 UlteriusServer.Api.Network.Messages.Packet

파일 보기 프로젝트 열기: Ulterius/server 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Args List
AuthClient UlteriusServer.WebSocketAPI.Authentication.AuthClient
Client vtortola.WebSockets.WebSocket
EndPoint string
PacketType PacketTypes
SyncKey string

공개 메소드들

메소드 설명
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

메소드 상세

HandlePacket() 공개 메소드

Executes a packet based on its handler
public HandlePacket ( ) : void
리턴 void

Packet() 공개 메소드

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
리턴 System

프로퍼티 상세

Args 공개적으로 프로퍼티

public List Args
리턴 List

AuthClient 공개적으로 프로퍼티

public AuthClient,UlteriusServer.WebSocketAPI.Authentication AuthClient
리턴 UlteriusServer.WebSocketAPI.Authentication.AuthClient

Client 공개적으로 프로퍼티

public WebSocket,vtortola.WebSockets Client
리턴 vtortola.WebSockets.WebSocket

EndPoint 공개적으로 프로퍼티

public string EndPoint
리턴 string

PacketType 공개적으로 프로퍼티

public PacketTypes PacketType
리턴 PacketTypes

SyncKey 공개적으로 프로퍼티

public string SyncKey
리턴 string