SessionTimersNetTimestampsNetTimestamp Constructor |
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public NetTimestamp(
long tsReadMS,
int count
)
Public Sub New (
tsReadMS As Long,
count As Integer
)
public:
NetTimestamp(
long long tsReadMS,
int count
)
Parameters
- tsReadMS
- Type: SystemInt64
- count
- Type: SystemInt32
See Also