Class Response
Inheritance
System.Object
Response
Assembly: Steeltoe.Management.EndpointBase.dll
Syntax
public class Response : object
Constructors
|
Edit this page
View Source
Response(Int32, IDictionary<String, String[]>)
Declaration
public Response(int status, IDictionary<string, string[]> headers)
Parameters
Type |
Name |
Description |
System.Int32 |
status |
|
IDictionary<System.String, System.String[]> |
headers |
|
Properties
|
Edit this page
View Source
Declaration
public IDictionary<string, string[]> Headers { get; }
Property Value
Type |
Description |
IDictionary<System.String, System.String[]> |
|
|
Edit this page
View Source
Status
Declaration
public int Status { get; }
Property Value
Type |
Description |
System.Int32 |
|