C# Класс LKCamelot.WebClient

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
cws_listener WebSocketListener
iweb IWebSocketConnection
player LKCamelot.model.Player

Открытые методы

Метод Описание
BuyAuction ( LKCamelot msg ) : void
CharCurMessage ( LKCamelot play ) : void
ClaimAuction ( LKCamelot msg ) : void
CreateAuction ( LKCamelot msg, LKCamelot play ) : void
CreateBuffer ( LKCamelot msg ) : byte[]
GetAuctions ( LKCamelot play ) : void
GetItemsMessage ( LKCamelot msg, LKCamelot play ) : void
KeepAlive ( LKCamelot play ) : void
LoginMessage ( LKCamelot msg ) : void
ProcessMessage ( byte message ) : void
WebClient ( IWebSocketConnection client, WebSocketListener cws_listener ) : System

Описание методов

BuyAuction() публичный Метод

public BuyAuction ( LKCamelot msg ) : void
msg LKCamelot
Результат void

CharCurMessage() публичный Метод

public CharCurMessage ( LKCamelot play ) : void
play LKCamelot
Результат void

ClaimAuction() публичный Метод

public ClaimAuction ( LKCamelot msg ) : void
msg LKCamelot
Результат void

CreateAuction() публичный Метод

public CreateAuction ( LKCamelot msg, LKCamelot play ) : void
msg LKCamelot
play LKCamelot
Результат void

CreateBuffer() публичный Метод

public CreateBuffer ( LKCamelot msg ) : byte[]
msg LKCamelot
Результат byte[]

GetAuctions() публичный Метод

public GetAuctions ( LKCamelot play ) : void
play LKCamelot
Результат void

GetItemsMessage() публичный Метод

public GetItemsMessage ( LKCamelot msg, LKCamelot play ) : void
msg LKCamelot
play LKCamelot
Результат void

KeepAlive() публичный Метод

public KeepAlive ( LKCamelot play ) : void
play LKCamelot
Результат void

LoginMessage() публичный Метод

public LoginMessage ( LKCamelot msg ) : void
msg LKCamelot
Результат void

ProcessMessage() публичный Метод

public ProcessMessage ( byte message ) : void
message byte
Результат void

WebClient() публичный Метод

public WebClient ( IWebSocketConnection client, WebSocketListener cws_listener ) : System
client IWebSocketConnection
cws_listener WebSocketListener
Результат System

Описание свойств

cws_listener публичное свойство

public WebSocketListener,LKCamelot cws_listener
Результат WebSocketListener

iweb публичное свойство

public IWebSocketConnection iweb
Результат IWebSocketConnection

player публичное свойство

public LKCamelot.model.Player player
Результат LKCamelot.model.Player