ClassClientPipe
Class
A ClientPipe wraps a socket connection to a client application.
Definition
Namespace:Fiddler
Assembly:FiddlerCore.dll
Syntax:
cs-api-definition
public class ClientPipe : BasePipe
Inheritance: objectBasePipeClientPipe
Inherited Members
Properties
ClientHandshakeFailedWithTlsError
Used to determine whether the Client Handshake failed due to BC TlsException
Declaration
cs-api-definition
public bool ClientHandshakeFailedWithTlsError { get; set; }
Property Value
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
Methods
HasDataAvailable()
Does this Pipe have data (or closure/errors) to read?
Declaration
cs-api-definition
public override bool HasDataAvailable()
Returns
TRUE if this Pipe requires attention
Overrides
ToString()
Returns a semicolon-delimited string describing this ClientPipe
Declaration
cs-api-definition
public override string ToString()
Returns
A semicolon-delimited string
Overrides