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

Event arguments class for the EncryptAsyncCompleted event.
Inheritance: System.ComponentModel.AsyncCompletedEventArgs
ファイルを表示 Open project: FreeApophis/sharpIRC

Public Methods

Method Description
CreateConnectionAsyncCompletedEventArgs ( Exception error, bool cancelled, TcpClient proxyConnection ) : System

Constructor.

Method Details

CreateConnectionAsyncCompletedEventArgs() public method

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.
return System