Skip to main content

Types

Classes

NameSummary
ResponseSnapshotCaptureHandlerA DelegatingHandler that captures HTTP responses and saves them as snapshot files.
ResponseSnapshotHandlerBaseBase class for Response Snapshot handlers that enable testing with real captured HTTP responses.
ResponseSnapshotReplayHandlerA DelegatingHandler that replays previously captured HTTP responses from snapshot files.
TestCacheDelegatingHandlerBaseBase class for implementation of TestCache handlers for unit testing.
TestCacheReadDelegatingHandlerHandler for returning HTTP responses from cached files.
TestCacheWriteDelegatingHandlerHandler for capturing HTTP responses and writing them to files.