SessionTimersNetTimestampsToFoldedArray Method |
Return the ReadTimings as an array. Only one read is counted per millisecond
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public SessionTimersNetTimestampsNetTimestamp[] ToFoldedArray(
int iMSFold
)
Public Function ToFoldedArray (
iMSFold As Integer
) As SessionTimersNetTimestampsNetTimestamp()
public:
array<SessionTimersNetTimestampsNetTimestamp>^ ToFoldedArray(
int iMSFold
)
Parameters
- iMSFold
- Type: SystemInt32
Return Value
Type:
SessionTimersNetTimestampsNetTimestampSee Also