URLMonInteropSetUAStringInProcess Method |
Set the user-agent string for the current process
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public static void SetUAStringInProcess(
string sUA
)
Public Shared Sub SetUAStringInProcess (
sUA As String
)
public:
static void SetUAStringInProcess(
String^ sUA
)
Parameters
- sUA
- Type: SystemString
New UA string
See Also