ClientPipe Class |
Namespace: Fiddler
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.) |
Name | Description | |
---|---|---|
_baseSocket |
The base socket wrapped in this pipe
(Inherited from BasePipe.) | |
_httpsStream |
The HTTPS stream wrapped around the base socket
(Inherited from BasePipe.) | |
_sPipeName |
The display name of this Pipe
(Inherited from BasePipe.) | |
iUseCount |
The number of times that this Pipe has been used
(Inherited from BasePipe.) |
Name | Description | |
---|---|---|
Address |
Returns the remote address to which this Pipe is connected, or 0.0.0.0 on error.
(Inherited from BasePipe.) | |
bIsSecured |
Returns a bool indicating if the socket in this Pipe is CURRENTLY connected and wrapped in a SecureStream
(Inherited from BasePipe.) | |
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.
(Inherited from BasePipe.) | |
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.
(Inherited from BasePipe.) | |
LocalProcessID |
ID of the process that opened this socket, assuming that Port Mapping is enabled, and the connection is from the local machine
| |
LocalProcessName |
Name of the Process referred to by LocalProcessID, or String.Empty if unknown
| |
Port |
Return the Remote Port to which this socket is attached.
(Inherited from BasePipe.) | |
SecureProtocol |
Returns the SSL/TLS protocol securing this connection
(Inherited from BasePipe.) | |
TransmitDelay |
Gets or sets the transmission delay on this Pipe, used for performance simulation purposes.
(Inherited from BasePipe.) |