Gets or sets the URL (without protocol) being requested from the server, in the form www.host.com/filepath?query.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public string url { get; set; }
Public Property url As String
Get
Set
public:
property String^ url {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also