C# Class RSA_PM_Server.Program

Show file Open project: RSA-PM/RSA-PM

Public Properties

Property Type Description
tcpClientConnected System.Threading.ManualResetEvent

Public Methods

Method Description
DoAcceptTcpClientCallback ( IAsyncResult ar ) : void
DoBeginAcceptTcpClient ( TcpListener listener ) : void

Private Methods

Method Description
Main ( string args ) : void

Method Details

DoAcceptTcpClientCallback() public static method

public static DoAcceptTcpClientCallback ( IAsyncResult ar ) : void
ar IAsyncResult
return void

DoBeginAcceptTcpClient() public static method

public static DoBeginAcceptTcpClient ( TcpListener listener ) : void
listener System.Net.Sockets.TcpListener
return void

Property Details

tcpClientConnected public static property

public static ManualResetEvent,System.Threading tcpClientConnected
return System.Threading.ManualResetEvent