Click or drag to resize

ChaosAbortedEventHandler Delegate

Represents the method called when a chaos connection is aborted.

Namespace:  FastProxy.Listeners.Chaos
Assembly:  FastProxy (in FastProxy.dll) Version: 0.2.0.0
Syntax
C#
public delegate void ChaosAbortedEventHandler(
	Object sender,
	ChaosAbortedEventArgs e
)

Parameters

sender
Type: SystemObject
The event source.
e
Type: FastProxy.Listeners.ChaosChaosAbortedEventArgs
The event arguments.
See Also