Method | Description | |
---|---|---|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
NamedPipeConnection ( [ server ) : System |
Initializes a new instance of the NamedPipeConnection class.
|
|
OnDisconnect ( ) : void |
Called when the server disconnects.
|
|
Remove ( [ connectedCommand ) : void |
Removes the specified connected command.
|
|
Start ( ) : void |
Starts this instance.
|
|
ToString ( ) : string |
Returns a System.String that represents this instance.
|
Method | Description | |
---|---|---|
Send ( [ message, |
public NamedPipeConnection ( [ server ) : System | ||
server | [ | The server. |
return | System |
public Remove ( [ connectedCommand ) : void | ||
connectedCommand | [ | The connected command. |
return | void |