ServerPipe Methods |
The ServerPipe type exposes the following members.
Name | Description | |
---|---|---|
![]() | DescribeConnectionSecurity |
Return a string describing the HTTPS connection security, if this socket is secured
|
![]() | 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 |
Poll the underlying socket for readable data (or closure/errors)
(Inherited from BasePipe.) |
![]() | 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 ServerPipe
(Overrides ObjectToString.) |