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