Click or drag to resize
SessionPathAndQuery Property
Returns the path and query part of the URL. (For a CONNECT request, returns the host:port to be connected.)

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public string PathAndQuery { get; set; }

Property Value

Type: String
See Also