Table of Contents

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

method string
uri string
headers IDictionary<string, string[]>
remoteAddress string

Properties

Headers

public IDictionary<string, string[]> Headers { get; }

Property Value

IDictionary<string, string[]>

Method

public string Method { get; }

Property Value

string

RemoteAddress

public string RemoteAddress { get; }

Property Value

string

Uri

public string Uri { get; }

Property Value

string