Table of Contents

Class EurekaHttpResponse

Namespace
Steeltoe.Discovery.Eureka.Transport
Assembly
Steeltoe.Discovery.Eureka.dll
public class EurekaHttpResponse
Inheritance
EurekaHttpResponse
Derived
Inherited Members

Constructors

EurekaHttpResponse(HttpStatusCode)

public EurekaHttpResponse(HttpStatusCode statusCode)

Parameters

statusCode HttpStatusCode

Properties

Headers

public HttpResponseHeaders Headers { get; set; }

Property Value

HttpResponseHeaders

Location

public Uri Location { get; set; }

Property Value

Uri

StatusCode

public HttpStatusCode StatusCode { get; }

Property Value

HttpStatusCode