C# Class Hank.BrowserParse.TcpClientConnector.ConnectorState

Show file Open project: hanksoft/KillJD

Public Properties

Property Type Description
Aborted bool
Completed System.Threading.ManualResetEvent
Exception System.Exception
Hostname string
Port int
TcpClient System.Net.Sockets.TcpClient
Thread Thread

Public Methods

Method Description
Abort ( ) : void

Method Details

Abort() public method

public Abort ( ) : void
return void

Property Details

Aborted public property

public bool Aborted
return bool

Completed public property

public ManualResetEvent,System.Threading Completed
return System.Threading.ManualResetEvent

Exception public property

public Exception,System Exception
return System.Exception

Hostname public property

public string Hostname
return string

Port public property

public int Port
return int

TcpClient public property

public TcpClient,System.Net.Sockets TcpClient
return System.Net.Sockets.TcpClient

Thread public property

public Thread Thread
return Thread