Class Request
Inheritance
System.Object
Request
Assembly: Steeltoe.Management.EndpointBase.dll
Syntax
public class Request : object
Constructors
|
Edit this page
View Source
Request(String, String, IDictionary<String, String[]>, String)
Declaration
public Request(string method, string uri, IDictionary<string, string[]> headers, string remoteAddress)
Parameters
Type |
Name |
Description |
System.String |
method |
|
System.String |
uri |
|
IDictionary<System.String, System.String[]> |
headers |
|
System.String |
remoteAddress |
|
Properties
|
Edit this page
View Source
Declaration
public IDictionary<string, string[]> Headers { get; }
Property Value
Type |
Description |
IDictionary<System.String, System.String[]> |
|
|
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.String |
|
|
Edit this page
View Source
Uri
Declaration
public string Uri { get; }
Property Value
Type |
Description |
System.String |
|