Class HttpExchangeResponse
- Namespace
- Steeltoe.Management.Endpoint.Actuators.HttpExchanges
- Assembly
- Steeltoe.Management.Endpoint.dll
public sealed class HttpExchangeResponse
- Inheritance
-
HttpExchangeResponse
- Inherited Members
Constructors
HttpExchangeResponse(int, IDictionary<string, StringValues>)
public HttpExchangeResponse(int status, IDictionary<string, StringValues> headers)
Parameters
status
intheaders
IDictionary<string, StringValues>
Properties
Headers
public IDictionary<string, StringValues> Headers { get; }
Property Value
Status
public int Status { get; }