Class HttpContext
Inheritance
System.Object
HttpContext
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
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