Class StoreResponseToAFile
Inheritance
System.Object
StoreResponseToAFile
Namespace: PnP.Framework.Utilities.UnitTests.Web
Assembly: PnP.Framework.dll
Syntax
public class StoreResponseToAFile : DelegatingHandler
Constructors
StoreResponseToAFile(String)
Declaration
public StoreResponseToAFile(string mockFilePath)
Parameters
System.
|
Properties
MockFilePath
Declaration
public string MockFilePath { get; set; }
Property Value
System.
|
Methods
SendAsync(HttpRequestMessage, CancellationToken)
Declaration
protected override async Task<HttpResponseMessage> SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
Parameters
Http
|
Cancellation
|
Returns
Task<Http
|