SessionLocalProcessID Property |
Get the process ID of the application which made this request, or 0 if it cannot be determined.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public int LocalProcessID { get; }
Public ReadOnly Property LocalProcessID As Integer
Get
public:
property int LocalProcessID {
int get ();
}
Property Value
Type:
Int32See Also