Method | Description | |
---|---|---|
Connect ( string pipename ) : void |
Connects to the server with a pipename.
|
|
Disconnect ( ) : void |
Disconnects from the server.
|
|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
SendMessage ( byte message ) : bool |
Sends a message to the server.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases unmanaged and - optionally - managed resources.
|
Method | Description | |
---|---|---|
CreateFile ( string pipeName, uint dwDesiredAccess, uint dwShareMode, |
||
Read ( ) : void |
public Connect ( string pipename ) : void | ||
pipename | string | The name of the pipe to connect to. |
return | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | Result: |
return | void |
public SendMessage ( byte message ) : bool | ||
message | byte | The message to send. |
return | bool |