C# Class RSA_PM_Server.ClientConnection

ファイルを表示 Open project: RSA-PM/RSA-PM

Private Properties

Property Type Description
GetMessage void
RecvKey byte[]
RegisterPublicKey void
SendMessage void
UnregisterPublicKey void

Public Methods

Method Description
ClientConnection ( TcpClient client ) : System
Run ( ) : void

Private Methods

Method Description
GetMessage ( ) : void
RecvKey ( ) : byte[]
RegisterPublicKey ( ) : void
SendMessage ( ) : void
UnregisterPublicKey ( ) : void

Method Details

ClientConnection() public method

public ClientConnection ( TcpClient client ) : System
client System.Net.Sockets.TcpClient
return System

Run() public method

public Run ( ) : void
return void