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: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public string UriUserInfo { get; }
Public ReadOnly Property UriUserInfo As String
Get
public:
property String^ UriUserInfo {
String^ get ();
}
Property Value
Type:
StringSee Also