Class GetResponseBodyForInterceptionCommandSettings
Returns content served for the given currently intercepted request.
public sealed class GetResponseBodyForInterceptionCommandSettings : ICommand
- Inheritance
-
GetResponseBodyForInterceptionCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
InterceptionId
Identifier for the intercepted request to get body for.
[JsonPropertyName("interceptionId")]
public string InterceptionId { get; set; }