C# Class apophis.SharpIRC.StarkSoftProxy.EventArgs.CreateConnectionAsyncCompletedEventArgs

Event arguments class for the EncryptAsyncCompleted event.
Inheritance: System.ComponentModel.AsyncCompletedEventArgs
Afficher le fichier Open project: FreeApophis/sharpIRC

Méthodes publiques

Méthode Description
CreateConnectionAsyncCompletedEventArgs ( Exception error, bool cancelled, TcpClient proxyConnection ) : System

Constructor.

Method Details

CreateConnectionAsyncCompletedEventArgs() public méthode

Constructor.
public CreateConnectionAsyncCompletedEventArgs ( Exception error, bool cancelled, TcpClient proxyConnection ) : System
error System.Exception Exception information generated by the event.
cancelled bool Cancelled event flag. This flag is set to true if the event was cancelled.
proxyConnection System.Net.Sockets.TcpClient Proxy Connection. The initialized and open TcpClient proxy connection.
Résultat System