메소드 | 설명 | |
---|---|---|
ClientConnection ( |
||
Close ( ) : void | ||
GetAddress ( ) : |
||
GetLocalSocketAddress ( ) : |
||
HeartbeatFailed ( ) : void | ||
HeartbeatSucceeded ( ) : void | ||
Init ( ISocketInterceptor socketInterceptor ) : void | ||
IsOwner ( ) : bool | ||
SetOwner ( ) : void | ||
ToString ( ) : string | ||
WriteAsync ( ISocketWritable packet ) : bool |
메소드 | 설명 | |
---|---|---|
BeginRead ( ) : void | ||
CheckLive ( ) : bool | ||
EndReadCallback ( IAsyncResult asyncResult ) : void | ||
GetSocket ( ) : Socket | ||
HandleSocketException ( |
||
RemoteCertificateValidationCallback ( object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors sslPolicyErrors, |
||
StartReadWriteLoop ( ) : void | ||
WriteQueueLoop ( ) : void |
public ClientConnection ( |
||
clientConnectionManager | ||
invocationService | ||
id | int | |
address | ||
clientNetworkConfig | ||
리턴 | System |
public GetLocalSocketAddress ( ) : |
||
리턴 |
public Init ( ISocketInterceptor socketInterceptor ) : void | ||
socketInterceptor | ISocketInterceptor | |
리턴 | void |
public WriteAsync ( ISocketWritable packet ) : bool | ||
packet | ISocketWritable | |
리턴 | bool |