Interface IRequestBase
Represents the base interface for request objects with validation support.
Inherited Members
Namespace: Innovt.Cloud.AWS.Cognito.Model
Assembly: Innovt.Cloud.AWS.Cognito.dll
Syntax
public interface IRequestBase : IValidatableObject
Properties
| Edit this page View SourceHttpHeader
Gets or sets the collection of HTTP headers associated with the request.
Declaration
[JsonIgnore]
Dictionary<string, string> HttpHeader { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, string> |
IpAddress
Gets or sets the IP address associated with the request.
Declaration
[JsonIgnore]
string IpAddress { get; set; }
Property Value
Type | Description |
---|---|
string |
ServerName
Gets or sets the server name associated with the request.
Declaration
[JsonIgnore]
string ServerName { get; set; }
Property Value
Type | Description |
---|---|
string |
ServerPath
Gets or sets the server path associated with the request.
Declaration
[JsonIgnore]
string ServerPath { get; set; }
Property Value
Type | Description |
---|---|
string |