Retrieves the complete URI, including protocol/scheme, in the form http://www.host.com/filepath?query.
Or sets the complete URI, adjusting the UriScheme and/or Host.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public string fullUrl { get; set; }
Public Property fullUrl As String
Get
Set
public:
property String^ fullUrl {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also