Struct SessionTimers.NetTimestamps.NetTimestamp
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Fiddler
Assembly: FiddlerCore.dll
Syntax
public struct NetTimestamp
Constructors
NetTimestamp(Int64, Int32)
Declaration
public NetTimestamp(long tsReadMS, int count)
Parameters
System.Int64
tsReadMS
|
System.Int32
count
|
Fields
cbRead
Declaration
public readonly int cbRead
Field Value
System.Int32
|
tsRead
Declaration
public readonly long tsRead
Field Value
System.Int64
|