C# Class RSA_PM_Server.Program

Afficher le fichier Open project: RSA-PM/RSA-PM

Méthodes publiques

Свойство Type Description
tcpClientConnected System.Threading.ManualResetEvent

Méthodes publiques

Méthode Description
DoAcceptTcpClientCallback ( IAsyncResult ar ) : void
DoBeginAcceptTcpClient ( TcpListener listener ) : void

Private Methods

Méthode Description
Main ( string args ) : void

Method Details

DoAcceptTcpClientCallback() public static méthode

public static DoAcceptTcpClientCallback ( IAsyncResult ar ) : void
ar IAsyncResult
Résultat void

DoBeginAcceptTcpClient() public static méthode

public static DoBeginAcceptTcpClient ( TcpListener listener ) : void
listener System.Net.Sockets.TcpListener
Résultat void

Property Details

tcpClientConnected public_oe static_oe property

public static ManualResetEvent,System.Threading tcpClientConnected
Résultat System.Threading.ManualResetEvent