Definition
Assembly: CloudNimble.Breakdance.Assemblies.dll Namespace: CloudNimble.Breakdance.Assemblies.Http Inheritance: CloudNimble.Breakdance.Assemblies.Http.ResponseSnapshotCaptureHandlerSyntax
Summary
Handler for capturing HTTP responses and writing them to files.Remarks
This class is deprecated. Use ResponseSnapshotCaptureHandler instead.Constructors
.ctor
Creates a new TestCacheWriteDelegatingHandler with the specified root folder path.Syntax
Parameters
Remarks
This constructor is deprecated. Use ResponseSnapshotCaptureHandler instead..ctor Inherited
Inherited from
CloudNimble.Breakdance.Assemblies.Http.ResponseSnapshotCaptureHandlerSyntax
Parameters
.ctor Inherited
Inherited from
CloudNimble.Breakdance.Assemblies.Http.ResponseSnapshotHandlerBaseSyntax
Parameters
Examples
Properties
ResponseSnapshotsPath Inherited
Inherited from
CloudNimble.Breakdance.Assemblies.Http.ResponseSnapshotHandlerBaseSyntax
Property Value
Type:string
Methods
GetFileExtensionString Inherited
Inherited from
CloudNimble.Breakdance.Assemblies.Http.ResponseSnapshotHandlerBaseSyntax
Parameters
Returns
Type:string
The file extension string for the request’s Accept header.
Exceptions
GetPathInfo Inherited
Inherited from
CloudNimble.Breakdance.Assemblies.Http.ResponseSnapshotHandlerBaseSyntax
Parameters
Returns
Type:(string, string)
A tuple containing the directory path and file path components.
Exceptions
GetResponseMediaTypeString Inherited
Inherited from
CloudNimble.Breakdance.Assemblies.Http.ResponseSnapshotHandlerBaseSyntax
Parameters
Returns
Type:string
The MIME type string for the file extension.
SendAsync Override
Inherited from
CloudNimble.Breakdance.Assemblies.Http.ResponseSnapshotCaptureHandlerSyntax
Parameters
Returns
Type:System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage>
The HttpResponseMessage from the actual endpoint.
Exceptions
SendAsyncInternal Inherited
Inherited from
CloudNimble.Breakdance.Assemblies.Http.ResponseSnapshotCaptureHandlerCancellationToken) method directly.
Syntax
Parameters
Returns
Type:System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage>
The HttpResponseMessage from the actual endpoint.