C# Class FP300Service.TestServer

Inheritance: System.Windows.Forms.Form, IDisposable
显示文件 Open project: huginsdk/fpu

Public Properties

Property Type Description
IpAddress string
Port int

Public Methods

Method Description
TestServer ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
AccepClient ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Log ( string line ) : void
StartTestServer ( string tcpIp, int port ) : void
WaitMessage ( TcpClient client ) : void
btnStart_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

TestServer() public method

public TestServer ( ) : System
return System

Property Details

IpAddress public_oe property

public string IpAddress
return string

Port public_oe property

public int Port
return int