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
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.Int32
|
LocalProcessName
Name of the Process referred to by LocalProcessID, or String.Empty if unknown
Declaration
public string LocalProcessName { get; }
Property Value
System.String
|
Methods
HasDataAvailable()
Does this Pipe have data (or closure/errors) to read?
Declaration
public override bool HasDataAvailable()
Returns
System.Boolean
TRUE if this Pipe requires attention |
Overrides
ToString()
Returns a semicolon-delimited string describing this ClientPipe
Declaration
public override string ToString()
Returns
System.String
A semicolon-delimited string |