Table of Contents

Class TransportConditioner.Configuration

Namespace
Coherence.Transport
Assembly
Coherence.Transport.dll
public class TransportConditioner.Configuration
Inheritance
TransportConditioner.Configuration

Constructors

Configuration()

public Configuration()

Properties

CanSend

public bool CanSend { get; set; }

Property Value

bool

Conditions

public Condition Conditions { get; set; }

Property Value

Condition

DropNextOutPacket

public bool DropNextOutPacket { get; set; }

Property Value

bool

HoldOutgoingPackets

public bool HoldOutgoingPackets { get; set; }

Property Value

bool

OnNextOutPacketDropped

public Action OnNextOutPacketDropped { get; set; }

Property Value

Action

OnNextPacketSentOneShot

public Action OnNextPacketSentOneShot { get; set; }

Property Value

Action

Random

public IRandom Random { get; set; }

Property Value

IRandom