HTTPRequestHeadersUriScheme Property |
The (lowercased) URI scheme for this request (https, http, or ftp)
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public string UriScheme { get; set; }
Public Property UriScheme As String
Get
Set
public:
property String^ UriScheme {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also