C# 클래스 RSA_PM_Server.ClientConnection

파일 보기 프로젝트 열기: RSA-PM/RSA-PM

Private Properties

프로퍼티 타입 설명
GetMessage void
RecvKey byte[]
RegisterPublicKey void
SendMessage void
UnregisterPublicKey void

공개 메소드들

메소드 설명
ClientConnection ( TcpClient client ) : System
Run ( ) : void

비공개 메소드들

메소드 설명
GetMessage ( ) : void
RecvKey ( ) : byte[]
RegisterPublicKey ( ) : void
SendMessage ( ) : void
UnregisterPublicKey ( ) : void

메소드 상세

ClientConnection() 공개 메소드

public ClientConnection ( TcpClient client ) : System
client System.Net.Sockets.TcpClient
리턴 System

Run() 공개 메소드

public Run ( ) : void
리턴 void