Class FlowControlEventArgs
Event relating to flow control.
public class FlowControlEventArgs : EventArgs
- Inheritance
-
FlowControlEventArgs
- Inherited Members
Constructors
FlowControlEventArgs(bool)
public FlowControlEventArgs(bool active)
Parameters
active
bool
Properties
Active
Access the flow control setting.
public bool Active { get; }