| ClientPipe Methods |
The ClientPipe type exposes the following members.
| Name | Description | |
|---|---|---|
| End |
Shutdown and close the socket inside this pipe. Eats exceptions.
(Inherited from BasePipe.) | |
| EndWithRST |
Abruptly closes the socket by sending a RST packet
(Inherited from BasePipe.) | |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetRawSocket |
Return the raw socket this pipe wraps. Avoid calling this method if at all possible.
(Inherited from BasePipe.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| HasDataAvailable |
Does this Pipe have data (or closure/errors) to read?
(Overrides BasePipeHasDataAvailable.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Send |
Sends a byte array through this pipe
(Inherited from BasePipe.) | |
| ToString |
Returns a semicolon-delimited string describing this ClientPipe
(Overrides ObjectToString.) |