Property | Type | Description | |
---|---|---|---|
_ep | |||
_sent_num | long | ||
_sock | Socket | ||
_ssl | bool | ||
_thread | Thread | ||
_token | string |
Method | Description | |
---|---|---|
RpcConnectionSocket ( |
||
RpcConnectionSocket ( string host, int port, bool ssl ) : System | ||
close ( ) : void | ||
open ( ) : void |
Method | Description | |
---|---|---|
connect ( ) : bool | ||
createMetaPacketHeader ( int msg_size ) : byte[] | ||
createMsgBody ( |
||
newSocket ( ) : Socket | ||
onDisconnected ( ) : void | ||
parsePacket ( |
||
run ( ) : void | ||
sendDetail ( |
public RpcConnectionSocket ( |
||
ep | ||
return | System |
public RpcConnectionSocket ( string host, int port, bool ssl ) : System | ||
host | string | |
port | int | |
ssl | bool | |
return | System |
protected createMetaPacketHeader ( int msg_size ) : byte[] | ||
msg_size | int | |
return | byte[] |
protected createMsgBody ( |
||
m | ||
return |
protected parsePacket ( |
||
stream | ||
return | ReturnValue |