C# Class Hank.BrowserParse.TcpClientConnector.ConnectorState

Mostrar archivo 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_oe property

public bool Aborted
return bool

Completed public_oe property

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

Exception public_oe property

public Exception,System Exception
return System.Exception

Hostname public_oe property

public string Hostname
return string

Port public_oe property

public int Port
return int

TcpClient public_oe property

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

Thread public_oe property

public Thread Thread
return Thread