Class Response
- Namespace
- Steeltoe.Management.Endpoint.Trace
- Assembly
- Steeltoe.Management.EndpointBase.dll
public class Response
- Inheritance
-
Response
- Inherited Members
Constructors
Response(int, IDictionary<string, string[]>)
public Response(int status, IDictionary<string, string[]> headers)
Parameters
status
intheaders
IDictionary<string, string[]>
Properties
Headers
public IDictionary<string, string[]> Headers { get; }
Property Value
- IDictionary<string, string[]>
Status
public int Status { get; }