Property | Type | Description | |
---|---|---|---|
Client | |||
DataChannel | |||
Manager | |||
Server |
Method | Description | |
---|---|---|
Compress ( byte data ) : byte[] | ||
Disconnect ( ushort reason, bool client = false ) : void | ||
Encrypt ( byte data ) : byte[] | ||
GetAppendedCRC32 ( byte packet ) : byte[] | ||
GetBufferSize ( ) : uint | ||
GetCRC32Checksum ( byte packet ) : uint | ||
GetCRCLength ( ) : uint | ||
GetCRCSeed ( ) : uint | ||
GetClientAddress ( ) : |
||
GetClientID ( ) : int | ||
GetLastInteraction ( ) : int | ||
GetNextSequenceNumber ( ) : ushort | ||
GetSessionID ( ) : uint | ||
HasSession ( ) : bool | ||
IsCompressable ( ) : bool | ||
IsEncrypted ( ) : bool | ||
ReceiveMessage ( byte rawMessage ) : void | ||
SOEClient ( |
||
SendMessage ( SOEMessage message ) : void | ||
SendPacket ( |
||
SetClientID ( int clientId ) : void | ||
SetCompressable ( bool compressable ) : void | ||
SetEncryptable ( bool encryptable ) : void | ||
StartSession ( uint crcLength, uint sessionId, uint udpBufferSize ) : void | ||
ToggleEncryption ( ) : void |
Method | Description | |
---|---|---|
Interact ( ) : void |
public Disconnect ( ushort reason, bool client = false ) : void | ||
reason | ushort | |
client | bool | |
return | void |
public GetAppendedCRC32 ( byte packet ) : byte[] | ||
packet | byte | |
return | byte[] |
public GetCRC32Checksum ( byte packet ) : uint | ||
packet | byte | |
return | uint |
public GetClientAddress ( ) : |
||
return |
public ReceiveMessage ( byte rawMessage ) : void | ||
rawMessage | byte | |
return | void |
public SOEClient ( |
||
manager | ||
client | ||
return | System |
public SendMessage ( SOEMessage message ) : void | ||
message | SOEMessage | |
return | void |
public SendPacket ( |
||
packet | ||
return | void |
public SetCompressable ( bool compressable ) : void | ||
compressable | bool | |
return | void |
public SetEncryptable ( bool encryptable ) : void | ||
encryptable | bool | |
return | void |
public StartSession ( uint crcLength, uint sessionId, uint udpBufferSize ) : void | ||
crcLength | uint | |
sessionId | uint | |
udpBufferSize | uint | |
return | void |