BasePipeTransmitDelay Property |
Gets or sets the transmission delay on this Pipe, used for performance simulation purposes.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public int TransmitDelay { get; set; }
Public Property TransmitDelay As Integer
Get
Set
public:
property int TransmitDelay {
int get ();
void set (int value);
}
Property Value
Type:
Int32See Also