Class Request
- Namespace
- Steeltoe.Management.Endpoint.Trace
- Assembly
- Steeltoe.Management.EndpointBase.dll
public class Request
- Inheritance
-
Request
- Inherited Members
Constructors
Request(string, string, IDictionary<string, string[]>, string)
public Request(string method, string uri, IDictionary<string, string[]> headers, string remoteAddress)
Parameters
Properties
Headers
public IDictionary<string, string[]> Headers { get; }
Property Value
- IDictionary<string, string[]>
Method
public string Method { get; }
Property Value
RemoteAddress
public string RemoteAddress { get; }
Property Value
Uri
public string Uri { get; }