コード例 #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="SlicerToxic"/> class.
 /// </summary>
 public SlicerToxic()
 {
     Attributes = new ToxicAttributes();
 }
コード例 #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="SlowCloseToxic"/> class.
 /// </summary>
 public SlowCloseToxic()
 {
     Attributes = new ToxicAttributes();
 }
コード例 #3
0
 /// <summary>
 /// Initializes a new instance of the <see cref="LatencyToxic"/> class.
 /// </summary>
 public LatencyToxic()
 {
     Attributes = new ToxicAttributes();
 }
コード例 #4
0
 /// <summary>
 /// Initializes a new instance of the <see cref="LimitDataToxic"/> class.
 /// </summary>
 public LimitDataToxic()
 {
     Attributes = new ToxicAttributes();
 }
コード例 #5
0
 /// <summary>
 /// Initializes a new instance of the <see cref="BandwidthToxic"/> class.
 /// </summary>
 public BandwidthToxic()
 {
     Attributes = new ToxicAttributes();
 }
コード例 #6
0
 /// <summary>
 /// Initializes a new instance of the <see cref="TimeoutToxic"/> class.
 /// </summary>
 public TimeoutToxic()
 {
     Attributes = new ToxicAttributes();
 }