Class SessionTimers.NetTimestamps
Inheritance
System.Object
SessionTimers.NetTimestamps
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Fiddler
Assembly: FiddlerCore.dll
Syntax
public class NetTimestamps
Constructors
NetTimestamps()
Declaration
public NetTimestamps()
Properties
Count
Declaration
public int Count { get; }
Property Value
System.Int32
|
Methods
AddRead(Int64, Int32)
Log a Read's size and timestamp
Declaration
public void AddRead(long tsRead, int bytesRead)
Parameters
System.Int64
tsRead
Number of milliseconds since first calling .Read() |
System.Int32
bytesRead
Number of bytes returned in this read |
ToArray()
Declaration
public SessionTimers.NetTimestamps.NetTimestamp[] ToArray()
Returns
SessionTimers.NetTimestamps.NetTimestamp[]
|
ToFoldedArray(Int32)
Return the ReadTimings as an array. Only one read is counted per millisecond
Declaration
public SessionTimers.NetTimestamps.NetTimestamp[] ToFoldedArray(int iMSFold)
Parameters
System.Int32
iMSFold
|
Returns
SessionTimers.NetTimestamps.NetTimestamp[]
|
ToString()
Declaration
public override string ToString()
Returns
System.String
|
Overrides
System.Object.ToString()