Class ContinueRequestCommandSettings
ContinueRequest
public sealed class ContinueRequestCommandSettings : ICommand
- Inheritance
-
ContinueRequestCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Headers
Gets or sets the headers
[JsonPropertyName("headers")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public HeaderEntry[] Headers { get; set; }
Property Value
InterceptResponse
Gets or sets the interceptResponse
[JsonPropertyName("interceptResponse")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? InterceptResponse { get; set; }
Property Value
- bool?
Method
Gets or sets the method
[JsonPropertyName("method")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Method { get; set; }
Property Value
PostData
Gets or sets the postData
[JsonPropertyName("postData")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string PostData { get; set; }
Property Value
RequestId
Gets or sets the requestId
[JsonPropertyName("requestId")]
public string RequestId { get; set; }
Property Value
Url
Gets or sets the url
[JsonPropertyName("url")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Url { get; set; }