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