PingResult Model
PingResult Model documentation for .NET SDK
Result from an individual ping probe
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Endpoint | PingEndpointInfo | ||
| Seq | int | Sequential probe number (1-based) | |
| BytesSent | int | Payload bytes transmitted | |
| BytesReceived | int | Payload bytes received | |
| Ok | bool | True when the provider responded successfully within the timeout | |
| HttpStatus | int | Provider HTTP status code or equivalent transport status | |
| ErrorMessage | string | Human-readable error message when ok=false | [optional] |
| RttMs | double | Observed round-trip latency in milliseconds | |
| Timing | PingTiming | ||
| Metadata | Dictionary<string, string> | Additional provider metadata (request IDs, throttling signals, etc.) | [optional] |