Click or drag to resize
FiddlerApplicationDoNotifyUser Method (String, String, MessageBoxIcon)

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public static void DoNotifyUser(
	string sMessage,
	string sTitle,
	MessageBoxIcon oIcon
)

Parameters

sMessage
Type: SystemString
sTitle
Type: SystemString
oIcon
Type: System.Windows.FormsMessageBoxIcon
See Also