KlusterKite  0.0.0
A framework to create scalable and redundant services based on awesome Akka.Net project.
KlusterKite.Security.Attributes.RequestContext Class Reference

The full operation request description More...

Properties

AccessTicket Authentication [get, set]
 Gets or sets the authentication description More...
 
string RemoteAddress [get, set]
 Gets or sets the client / user remote address More...
 
Dictionary< string, string > Headers [get, set]
 Gets or sets the request headers (if applicable) More...
 
string RequestedLocalUrl [get, set]
 Gets or sets the local uri request More...
 
JObject Data [get, set]
 Gets or sets additional data, that can be updated on previous steps More...
 

Detailed Description

The full operation request description

Definition at line 21 of file RequestContext.cs.

Property Documentation

◆ Authentication

AccessTicket KlusterKite.Security.Attributes.RequestContext.Authentication
getset

Gets or sets the authentication description

Definition at line 26 of file RequestContext.cs.

◆ Data

JObject KlusterKite.Security.Attributes.RequestContext.Data
getset

Gets or sets additional data, that can be updated on previous steps

Definition at line 48 of file RequestContext.cs.

◆ Headers

Dictionary<string, string> KlusterKite.Security.Attributes.RequestContext.Headers
getset

Gets or sets the request headers (if applicable)

Definition at line 37 of file RequestContext.cs.

◆ RemoteAddress

string KlusterKite.Security.Attributes.RequestContext.RemoteAddress
getset

Gets or sets the client / user remote address

Definition at line 31 of file RequestContext.cs.

◆ RequestedLocalUrl

string KlusterKite.Security.Attributes.RequestContext.RequestedLocalUrl
getset

Gets or sets the local uri request

Definition at line 42 of file RequestContext.cs.


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