docs(sphistorianclient): mark RemoteGrpc (2023 R2) live-verified

This commit is contained in:
Joseph Doherty
2026-06-19 06:57:06 -04:00
parent a0527f9b5a
commit e3c0503a4f
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ services.AddZbSpHistorianClient(
| `LocalPipe` | WCF/MDAS over Net.NamedPipe | Windows-only | live-verified |
| `RemoteTcpIntegrated` | WCF/MDAS over Net.TCP + Windows auth | Windows-only | live-verified |
| `RemoteTcpCertificate` | WCF/MDAS over Net.TCP + TLS | Windows-only | `ProbeAsync` live-verified; deeper coverage pending |
| `RemoteGrpc` | gRPC (2023 R2) | cross-platform | unit-tested; live verification pending |
| `RemoteGrpc` | gRPC (2023 R2) | cross-platform | live-verified 2026-06-19 |
---