|
override void | Dispose (bool disposing) |
| Clean up any resources being used. More...
|
|
PipeClient.Form1.Form1 |
( |
| ) |
|
|
inline |
void PipeClient.Form1.pipeClient_MessageReceived |
( |
string |
message | ) |
|
|
inlineprivate |
void PipeClient.Form1.DisplayReceivedMessage |
( |
string |
message | ) |
|
|
inlineprivate |
void PipeClient.Form1.btnStart_Click |
( |
object |
sender, |
|
|
EventArgs |
e |
|
) |
| |
|
inlineprivate |
void PipeClient.Form1.btnSend_Click |
( |
object |
sender, |
|
|
EventArgs |
e |
|
) |
| |
|
inlineprivate |
override void PipeClient.Form1.Dispose |
( |
bool |
disposing | ) |
|
|
inlineprotected |
Clean up any resources being used.
- Parameters
-
disposing | true if managed resources should be disposed; otherwise, false. |
References PipeClient.Form1.components.
void PipeClient.Form1.InitializeComponent |
( |
| ) |
|
|
inlineprivate |
Client PipeClient.Form1.pipeClient |
|
private |
System.ComponentModel.IContainer PipeClient.Form1.components = null |
|
private |
System.Windows.Forms.Label PipeClient.Form1.lblReceived |
|
private |
System.Windows.Forms.TextBox PipeClient.Form1.tbReceived |
|
private |
System.Windows.Forms.Button PipeClient.Form1.btnSend |
|
private |
System.Windows.Forms.Label PipeClient.Form1.lblSend |
|
private |
System.Windows.Forms.TextBox PipeClient.Form1.tbSend |
|
private |
System.Windows.Forms.Button PipeClient.Form1.btnStart |
|
private |
System.Windows.Forms.Label PipeClient.Form1.lblPipeName |
|
private |
System.Windows.Forms.TextBox PipeClient.Form1.tbPipeName |
|
private |
The documentation for this class was generated from the following files:
- igsandbox/InterprocessCommunication/named_pipe_examples_master/C# client & server - named pipe/PipeClient/PipeClient/Form1.cs
- igsandbox/InterprocessCommunication/named_pipe_examples_master/C# client & server - named pipe/PipeClient/PipeClient/Form1.Designer.cs