Table of Contents

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 int
headers IDictionary<string, StringValues>

Properties

Headers

public IDictionary<string, StringValues> Headers { get; }

Property Value

IDictionary<string, StringValues>

Status

public int Status { get; }

Property Value

int