Class EurekaHttpResponse
Inheritance
System.Object
EurekaHttpResponse
Assembly: Steeltoe.Discovery.Eureka.dll
Syntax
public class EurekaHttpResponse : object
Constructors
|
Edit this page
View Source
EurekaHttpResponse(HttpStatusCode)
Declaration
public EurekaHttpResponse(HttpStatusCode statusCode)
Parameters
Type |
Name |
Description |
HttpStatusCode |
statusCode |
|
Properties
|
Edit this page
View Source
Declaration
public HttpResponseHeaders Headers { get; set; }
Property Value
Type |
Description |
HttpResponseHeaders |
|
|
Edit this page
View Source
Location
Declaration
public Uri Location { get; set; }
Property Value
|
Edit this page
View Source
StatusCode
Declaration
public HttpStatusCode StatusCode { get; }
Property Value
Type |
Description |
HttpStatusCode |
|