| BasePipe Methods |
The BasePipe type exposes the following members.
| Name | Description | |
|---|---|---|
| End |
Shutdown and close the socket inside this pipe. Eats exceptions.
| |
| EndWithRST |
Abruptly closes the socket by sending a RST packet
| |
| 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.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| HasDataAvailable |
Poll the underlying socket for readable data (or closure/errors)
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Send |
Sends a byte array through this pipe
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |