Click or drag to resize
HTTPRequestHeadersUriUserInfo Property
Username:Password info for FTP URLs. (either null or "user:pass@") (Note: It's silly that this contains a trailing @, but whatever...)

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public string UriUserInfo { get; }

Property Value

Type: String
See Also