FiddlerApplicationDoNotifyUser Method (String, String) |
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public static void DoNotifyUser(
string sMessage,
string sTitle
)
Public Shared Sub DoNotifyUser (
sMessage As String,
sTitle As String
)
public:
static void DoNotifyUser(
String^ sMessage,
String^ sTitle
)
Parameters
- sMessage
- Type: SystemString
- sTitle
- Type: SystemString
See Also