Class TransportConditioner.Configuration
public class TransportConditioner.Configuration
- Inheritance
-
TransportConditioner.Configuration
Constructors
Configuration()
public Configuration()
Properties
CanSend
public bool CanSend { get; set; }
Property Value
Conditions
public Condition Conditions { get; set; }
Property Value
DropNextOutPacket
public bool DropNextOutPacket { get; set; }
Property Value
HoldOutgoingPackets
public bool HoldOutgoingPackets { get; set; }
Property Value
OnNextOutPacketDropped
public Action OnNextOutPacketDropped { get; set; }
Property Value
OnNextPacketSentOneShot
public Action OnNextPacketSentOneShot { get; set; }
Property Value
Random
public IRandom Random { get; set; }