C# 클래스 LKCamelot.WebClient

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

공개 프로퍼티들

프로퍼티 타입 설명
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