HTTPRequestHeadersRequestPath Property |
Get or set the request path as a string
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public string RequestPath { get; set; }
Public Property RequestPath As String
Get
Set
public:
property String^ RequestPath {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also