Types
Classes
| Name | Summary |
|---|---|
| ResponseSnapshotCaptureHandler | A DelegatingHandler that captures HTTP responses and saves them as snapshot files. |
| ResponseSnapshotHandlerBase | Base class for Response Snapshot handlers that enable testing with real captured HTTP responses. |
| ResponseSnapshotReplayHandler | A DelegatingHandler that replays previously captured HTTP responses from snapshot files. |
| TestCacheDelegatingHandlerBase | Base class for implementation of TestCache handlers for unit testing. |
| TestCacheReadDelegatingHandler | Handler for returning HTTP responses from cached files. |
| TestCacheWriteDelegatingHandler | Handler for capturing HTTP responses and writing them to files. |