BasePipe Class |
Namespace: Fiddler
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.) |
Name | Description | |
---|---|---|
![]() | _baseSocket |
The base socket wrapped in this pipe
|
![]() | _httpsStream |
The HTTPS stream wrapped around the base socket
|
![]() | _sPipeName |
The display name of this Pipe
|
![]() | iUseCount |
The number of times that this Pipe has been used
|
Name | Description | |
---|---|---|
![]() | Address |
Returns the remote address to which this Pipe is connected, or 0.0.0.0 on error.
|
![]() | bIsSecured |
Returns a bool indicating if the socket in this Pipe is CURRENTLY connected and wrapped in a SecureStream
|
![]() | Connected |
Return the Connected status of the base socket.
WARNING: This doesn't work as you might expect; you can see Connected == false when a READ timed out but a WRITE will succeed.
|
![]() | LocalPort |
Return the Local Port to which the base socket is attached. Note: May return a misleading port if the ISA Firewall Client is in use.
|
![]() | Port |
Return the Remote Port to which this socket is attached.
|
![]() | SecureProtocol |
Returns the SSL/TLS protocol securing this connection
|
![]() | TransmitDelay |
Gets or sets the transmission delay on this Pipe, used for performance simulation purposes.
|