Table of Contents

Class HttpExchangeRequest

Namespace
Steeltoe.Management.Endpoint.Actuators.HttpExchanges
Assembly
Steeltoe.Management.Endpoint.dll
public sealed class HttpExchangeRequest
Inheritance
HttpExchangeRequest
Inherited Members

Constructors

HttpExchangeRequest(string, Uri, IDictionary<string, StringValues>, string?)

public HttpExchangeRequest(string method, Uri uri, IDictionary<string, StringValues> headers, string? remoteAddress)

Parameters

method string
uri Uri
headers IDictionary<string, StringValues>
remoteAddress string

Properties

Headers

public IDictionary<string, StringValues> Headers { get; }

Property Value

IDictionary<string, StringValues>

Method

public string Method { get; }

Property Value

string

RemoteAddress

public string? RemoteAddress { get; }

Property Value

string

Uri

public Uri Uri { get; }

Property Value

Uri