C# Class LKCamelot.WebClient

ファイルを表示 Open project: vans163/LKEmu Class Usage Examples

Public Properties

Property Type Description
cws_listener WebSocketListener
iweb IWebSocketConnection
player LKCamelot.model.Player

Public Methods

Method Description
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

Method Details

BuyAuction() public method

public BuyAuction ( LKCamelot msg ) : void
msg LKCamelot
return void

CharCurMessage() public method

public CharCurMessage ( LKCamelot play ) : void
play LKCamelot
return void

ClaimAuction() public method

public ClaimAuction ( LKCamelot msg ) : void
msg LKCamelot
return void

CreateAuction() public method

public CreateAuction ( LKCamelot msg, LKCamelot play ) : void
msg LKCamelot
play LKCamelot
return void

CreateBuffer() public method

public CreateBuffer ( LKCamelot msg ) : byte[]
msg LKCamelot
return byte[]

GetAuctions() public method

public GetAuctions ( LKCamelot play ) : void
play LKCamelot
return void

GetItemsMessage() public method

public GetItemsMessage ( LKCamelot msg, LKCamelot play ) : void
msg LKCamelot
play LKCamelot
return void

KeepAlive() public method

public KeepAlive ( LKCamelot play ) : void
play LKCamelot
return void

LoginMessage() public method

public LoginMessage ( LKCamelot msg ) : void
msg LKCamelot
return void

ProcessMessage() public method

public ProcessMessage ( byte message ) : void
message byte
return void

WebClient() public method

public WebClient ( IWebSocketConnection client, WebSocketListener cws_listener ) : System
client IWebSocketConnection
cws_listener WebSocketListener
return System

Property Details

cws_listener public_oe property

public WebSocketListener,LKCamelot cws_listener
return WebSocketListener

iweb public_oe property

public IWebSocketConnection iweb
return IWebSocketConnection

player public_oe property

public LKCamelot.model.Player player
return LKCamelot.model.Player