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
stringuri
Uriheaders
IDictionary<string, StringValues>remoteAddress
string
Properties
Headers
public IDictionary<string, StringValues> Headers { get; }
Property Value
Method
public string Method { get; }
Property Value
RemoteAddress
public string? RemoteAddress { get; }
Property Value
Uri
public Uri Uri { get; }