Class ContinueResponseCommandSettings
ContinueResponse
public sealed class ContinueResponseCommandSettings : ICommand
- Inheritance
-
ContinueResponseCommandSettings
- Implements
- Inherited Members
Properties
BinaryResponseHeaders
Gets or sets the binaryResponseHeaders
[JsonPropertyName("binaryResponseHeaders")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string BinaryResponseHeaders { get; set; }
Property Value
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
RequestId
Gets or sets the requestId
[JsonPropertyName("requestId")]
public string RequestId { get; set; }
Property Value
ResponseCode
Gets or sets the responseCode
[JsonPropertyName("responseCode")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? ResponseCode { get; set; }
Property Value
- long?
ResponseHeaders
Gets or sets the responseHeaders
[JsonPropertyName("responseHeaders")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public HeaderEntry[] ResponseHeaders { get; set; }
Property Value
ResponsePhrase
Gets or sets the responsePhrase
[JsonPropertyName("responsePhrase")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string ResponsePhrase { get; set; }