프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Age | int | ||
Bandwidth | |||
ByeMessage | string | ||
BytesReceivedinSec | int | ||
BytesSentinSec | int | ||
FinalRecvBuffSize | int | ||
FinalRecvBuffer | byte[] | ||
LastSyncSize | int | ||
Outbound | bool | ||
RecvBuffSize | int | ||
RecvBuffer | byte[] | ||
Remote | |||
RemoteIP | |||
State | TcpState | ||
SyncCount | int | ||
SyncsPerSecond | int | ||
TcpPort | ushort | ||
TcpSocket | Socket |
메소드 | 설명 | |
---|---|---|
CleanClose ( string reason ) : void | ||
CleanClose ( string reason, bool reconnect ) : void | ||
Disconnect ( ) : void | ||
Log ( string where, string message ) : void | ||
OnConnect ( ) : void | ||
OnReceive ( int length ) : void | ||
ReceivePackets ( ) : void | ||
SecondTimer ( ) : void | ||
SendPacket ( |
||
SendSyncPacket ( |
||
SetConnected ( ) : void | ||
Socket_Connect ( IAsyncResult asyncResult ) : void | ||
Socket_Receive ( IAsyncResult asyncResult ) : void | ||
Socket_Send ( IAsyncResult asyncResult ) : void | ||
ToString ( ) : string | ||
TrySend ( ) : void | ||
XConnection ( |
||
XConnection ( |
메소드 | 설명 | |
---|---|---|
CreateEncryptor ( ) : void | ||
LogPacket ( |
public CleanClose ( string reason, bool reconnect ) : void | ||
reason | string | |
reconnect | bool | |
리턴 | void |
public SendSyncPacket ( |
||
packet | ||
리턴 | void |
public Socket_Connect ( IAsyncResult asyncResult ) : void | ||
asyncResult | IAsyncResult | |
리턴 | void |
public Socket_Receive ( IAsyncResult asyncResult ) : void | ||
asyncResult | IAsyncResult | |
리턴 | void |
public Socket_Send ( IAsyncResult asyncResult ) : void | ||
asyncResult | IAsyncResult | |
리턴 | void |
public XConnection ( |
||
remote | ||
ip | ||
tcpPort | ushort | |
리턴 | System |