Class ContinueInterceptedRequestCommandSettings
ContinueInterceptedRequest
public sealed class ContinueInterceptedRequestCommandSettings : ICommand
- Inheritance
-
ContinueInterceptedRequestCommandSettings
- Implements
- Inherited Members
Properties
AuthChallengeResponse
Gets or sets the authChallengeResponse
[JsonPropertyName("authChallengeResponse")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public AuthChallengeResponse AuthChallengeResponse { get; set; }
Property Value
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
ErrorReason
Gets or sets the errorReason
[JsonPropertyName("errorReason")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ErrorReason? ErrorReason { get; set; }
Property Value
Headers
Gets or sets the headers
[JsonPropertyName("headers")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public Headers Headers { get; set; }
Property Value
InterceptionId
Gets or sets the interceptionId
[JsonPropertyName("interceptionId")]
public string InterceptionId { get; set; }
Property Value
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
RawResponse
Gets or sets the rawResponse
[JsonPropertyName("rawResponse")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string RawResponse { get; set; }
Property Value
Url
Gets or sets the url
[JsonPropertyName("url")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Url { get; set; }