IG.Forms.TestTcpClient.TestTcpClient |
( |
| ) |
|
|
inline |
IG.Forms.TestTcpClient.TestTcpClient |
( |
string |
IP, |
|
|
int |
portnum |
|
) |
| |
|
inline |
void IG.Forms.TestTcpClient.Connect |
( |
| ) |
|
|
inline |
void IG.Forms.TestTcpClient.DisConnect |
( |
| ) |
|
|
inline |
void IG.Forms.TestTcpClient.Ping |
( |
| ) |
|
|
inline |
void IG.Forms.TestTcpClient.SendData |
( |
string |
Data | ) |
|
|
inline |
void IG.Forms.TestTcpClient.ClientTest |
( |
| ) |
|
|
inline |
void IG.Forms.TestTcpClient.ClientExampleMain |
( |
| ) |
|
|
inline |
bool IG.Forms.TestTcpClient.ConsoleReady |
( |
| ) |
|
|
inlineprivate |
void IG.Forms.TestTcpClient.CloseConsoleHandler |
( |
object |
sender, |
|
|
System.EventArgs |
e |
|
) |
| |
|
inlineprivate |
void IG.Forms.TestTcpClient.Report |
( |
string |
str | ) |
|
|
inline |
void IG.Forms.TestTcpClient.ReportMarked |
( |
string |
str | ) |
|
|
inline |
void IG.Forms.TestTcpClient.ReportError |
( |
string |
str | ) |
|
|
inline |
void IG.Forms.TestTcpClient.ReportError |
( |
Exception |
e, |
|
|
string |
additionalmessage |
|
) |
| |
|
inline |
void IG.Forms.TestTcpClient.ReportError |
( |
Exception |
e | ) |
|
|
inline |
int IG.Forms.TestTcpClient.Port = 8000 |
string IG.Forms.TestTcpClient.IPAddr = "127.0.0.1" |
int IG.Forms.TestTcpClient.MaxReportLength = 60 |
|
private |
int IG.Forms.TestTcpClient.ID = 0 |
int IG.Forms.TestTcpClient.numinstances = 0 |
|
staticprivate |
string IG.Forms.TestTcpClient.ReceivedMessage = null |
|
private |
int IG.Forms.TestTcpClient.NumRequests = 0 |
|
private |
TcpClient IG.Forms.TestTcpClient.client = null |
|
private |
NetworkStream IG.Forms.TestTcpClient.stream = null |
|
private |
BinaryWriter IG.Forms.TestTcpClient.w = null |
|
private |
BinaryReader IG.Forms.TestTcpClient.r =null |
|
private |
bool IG.Forms.TestTcpClient.Connected = false |
|
private |
int IG.Forms.TestTcpClient.reccount = 0 |
|
private |
int IG.Forms.TestTcpClient.totcount = 0 |
|
staticprivate |
Returns the client's own console.
The documentation for this class was generated from the following file: