Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
CAP
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tsai
CAP
Commits
41cf35d1
Commit
41cf35d1
authored
Sep 24, 2017
by
Savorboard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove session
parent
f9e95703
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
RazorPage.cs
src/DotNetCore.CAP/Dashboard/RazorPage.cs
+0
-4
No files found.
src/DotNetCore.CAP/Dashboard/RazorPage.cs
View file @
41cf35d1
...
...
@@ -3,7 +3,6 @@ using System.Diagnostics;
using
System.Net
;
using
System.Text
;
using
DotNetCore.CAP.Dashboard.Monitoring
;
using
Microsoft.AspNetCore.Http
;
namespace
DotNetCore.CAP.Dashboard
{
...
...
@@ -40,7 +39,6 @@ namespace DotNetCore.CAP.Dashboard
protected
DashboardRequest
Request
{
private
get
;
set
;
}
protected
DashboardResponse
Response
{
private
get
;
set
;
}
internal
ISession
Session
{
get
;
private
set
;
}
internal
IServiceProvider
RequestServices
{
get
;
private
set
;
}
public
string
RequestPath
=>
Request
.
Path
;
...
...
@@ -68,7 +66,6 @@ namespace DotNetCore.CAP.Dashboard
StatsPollingInterval
=
parentPage
.
StatsPollingInterval
;
Url
=
parentPage
.
Url
;
RequestServices
=
parentPage
.
RequestServices
;
Session
=
parentPage
.
Session
;
GenerationTime
=
parentPage
.
GenerationTime
;
_statisticsLazy
=
parentPage
.
_statisticsLazy
;
...
...
@@ -79,7 +76,6 @@ namespace DotNetCore.CAP.Dashboard
Request
=
context
.
Request
;
Response
=
context
.
Response
;
RequestServices
=
context
.
RequestServices
;
Session
=
context
.
Session
;
Storage
=
context
.
Storage
;
AppPath
=
context
.
Options
.
AppPath
;
StatsPollingInterval
=
context
.
Options
.
StatsPollingInterval
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment