Class ClientPipe
A ClientPipe wraps a socket connection to a client application.
Inherited Members
Namespace: Fiddler
Assembly: FiddlerCore.dll
Syntax
public class ClientPipe : BasePipe
Properties
ClientHandshakeFailedWithTlsError
Used to determine whether the Client Handshake failed due to BC TlsException
Declaration
public bool ClientHandshakeFailedWithTlsError { get; set; }
Property Value
System.
|
LocalProcessID
ID of the process that opened this socket, assuming that Port Mapping is enabled, and the connection is from the local machine
Declaration
public int LocalProcessID { get; }
Property Value
System.
|
LocalProcessName
Name of the Process referred to by LocalProcessID, or String.Empty if unknown
Declaration
public string LocalProcessName { get; }
Property Value
System.
|
Methods
HasDataAvailable()
Does this Pipe have data (or closure/errors) to read?
Declaration
public override bool HasDataAvailable()
Returns
System. TRUE if this Pipe requires attention |
Overrides
ToString()
Returns a semicolon-delimited string describing this ClientPipe
Declaration
public override string ToString()
Returns
System. A semicolon-delimited string |