SessionPathAndQuery Property |
Returns the path and query part of the URL. (For a CONNECT request, returns the host:port to be connected.)
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public string PathAndQuery { get; set; }
Public Property PathAndQuery As String
Get
Set
public:
property String^ PathAndQuery {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also