Show / Hide Table of Contents

Class HttpContext

Inheritance
System.Object
HttpContext
Namespace: FunctionMonkey.Abstractions.Contexts
Assembly: FunctionMonkey.Abstractions.dll
Syntax
public class HttpContext : object

Properties

| Improve this Doc View Source

ClaimsPrincipal

Declaration
public ClaimsPrincipal ClaimsPrincipal { get; set; }
Property Value
Type Description
ClaimsPrincipal
| Improve this Doc View Source

Headers

Declaration
public Dictionary<string, IReadOnlyCollection<string>> Headers { get; set; }
Property Value
Type Description
Dictionary<System.String, IReadOnlyCollection<System.String>>
| Improve this Doc View Source

RequestUrl

Declaration
public string RequestUrl { get; set; }
Property Value
Type Description
System.String

Extension Methods

OpenApiFluentValidationHelper.IsNumeric(Object)
OpenApiFluentValidationHelper.NumericToInt(Object)
OpenApiFluentValidationHelper.NumericToDouble(Object)
OpenApiFluentValidationHelper.NumericToDecimal(Object)
  • Improve this Doc
  • View Source
  • 0 Comments
In This Article
  • Properties
    • ClaimsPrincipal
    • Headers
    • RequestUrl
  • Extension Methods
Back to top Copyright © 2018 James Randall