Innovt Platform
Search Results for

    Show / Hide Table of Contents

    Interface IRequestBase

    Represents the base interface for request objects with validation support.

    Inherited Members
    IValidatableObject.Validate(ValidationContext)
    Namespace: Innovt.Cloud.AWS.Cognito.Model
    Assembly: Innovt.Cloud.AWS.Cognito.dll
    Syntax
    public interface IRequestBase : IValidatableObject

    Properties

    | Edit this page View Source

    HttpHeader

    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>
    | Edit this page View Source

    IpAddress

    Gets or sets the IP address associated with the request.

    Declaration
    [JsonIgnore]
    string IpAddress { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ServerName

    Gets or sets the server name associated with the request.

    Declaration
    [JsonIgnore]
    string ServerName { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ServerPath

    Gets or sets the server path associated with the request.

    Declaration
    [JsonIgnore]
    string ServerPath { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

    Extensions.EnsureIsValid(IValidatableObject, ValidationContext)
    Extensions.IsValid(IValidatableObject, ValidationContext)
    Extensions.IsNull(object)
    Extensions.ToStringOrDefault(object)
    SimpleMapper.MapTo<T1>(object)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX