C# 클래스 apophis.SharpIRC.StarkSoftProxy.EventArgs.CreateConnectionAsyncCompletedEventArgs

Event arguments class for the EncryptAsyncCompleted event.
상속: System.ComponentModel.AsyncCompletedEventArgs
파일 보기 프로젝트 열기: FreeApophis/sharpIRC

공개 메소드들

메소드 설명
CreateConnectionAsyncCompletedEventArgs ( Exception error, bool cancelled, TcpClient proxyConnection ) : System

Constructor.

메소드 상세

CreateConnectionAsyncCompletedEventArgs() 공개 메소드

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.
리턴 System