NamedPipeClient Methods |
The NamedPipeClient type exposes the following members.
| Name | Description | |
|---|---|---|
| AssertNotDisposed |
Throws a ObjectDisposedException if this instance has been disposed of.
(Inherited from StreamCommunicationClient.) | |
| Connect |
Connects the client to the server.
(Inherited from StreamCommunicationClient.) | |
| CreateStream |
Returns a newly created and connected stream for this client.
(Overrides StreamCommunicationClientCreateStream.) | |
| Disconnect |
Disconnects this client from the server.
(Inherited from StreamCommunicationClient.) | |
| Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from StreamCommunicationClient.) | |
| Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources.
(Inherited from StreamCommunicationClient.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize |
Finalizes an instance of the NamedPipeClient class.
(Inherited from StreamCommunicationClient.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ReceiveAsync |
Waits for the next command sent by the server.
(Inherited from StreamCommunicationClient.) | |
| Send |
Sends the specified command to the named pipe.
(Inherited from StreamCommunicationClient.) | |
| ToString | Returns a string that represents the current object. (Overrides ObjectToString.) |