Sphyrnidae Common Library  2.0.1
Shared Utilities/Library
Sphyrnidae.Common.HttpData.HttpData Class Reference

Http Data (Request/Context) - to be set 1-time in the middleware More...

Inheritance diagram for Sphyrnidae.Common.HttpData.HttpData:
Sphyrnidae.Common.HttpData.IHttpData

Properties

virtual HttpRequest Request [get, set]
 This could be null if not set by the middleware More...
 
virtual HttpContext Context [get, set]
 This could be null if not set by the middleware More...
 
- Properties inherited from Sphyrnidae.Common.HttpData.IHttpData
HttpRequest Request [get, set]
 Gets the HttpRequest used in this API call More...
 
HttpContext Context [get, set]
 Gets the HttpContext used in this API call More...
 

Detailed Description

Http Data (Request/Context) - to be set 1-time in the middleware

Property Documentation

◆ Context

virtual HttpContext Sphyrnidae.Common.HttpData.HttpData.Context
getset

This could be null if not set by the middleware

◆ Request

virtual HttpRequest Sphyrnidae.Common.HttpData.HttpData.Request
getset

This could be null if not set by the middleware


The documentation for this class was generated from the following file: