Class HttpExchangeRequest
Inheritance
System.Object
HttpExchangeRequest
Assembly: Steeltoe.Management.Endpoint.dll
Syntax
public sealed class HttpExchangeRequest : object
Constructors
|
Edit this page
View Source
HttpExchangeRequest(String, Uri, IDictionary<String, StringValues>, Nullable<String>)
Declaration
public HttpExchangeRequest(string method, Uri uri, IDictionary<string, StringValues> headers, string? remoteAddress)
Parameters
Type |
Name |
Description |
System.String |
method |
|
Uri |
uri |
|
IDictionary<System.String, StringValues> |
headers |
|
System.Nullable<System.String> |
remoteAddress |
|
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
Method
Declaration
public string Method { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
RemoteAddress
Declaration
public string? RemoteAddress { get; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Edit this page
View Source
Uri
Declaration
Property Value