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