Implemented interface member:
property
Environment
Microsoft.AspNetCore.Owin.IOwinEnvironmentFeature.Environment
1 write to Environment
Microsoft.AspNetCore.Owin (1)
OwinFeatureCollection.cs (1)
49
Environment
= environment;
7 references to Environment
Microsoft.AspNetCore.Owin (7)
OwinFeatureCollection.cs (7)
63
if (
Environment
.TryGetValue(key, out value) && value is T)
72
Environment
[key] = value;
232
if (
Environment
.TryGetValue(OwinConstants.SendFiles.SendAsync, out obj))
246
&& (
Environment
.TryGetValue(OwinConstants.CommonKeys.LoadClientCertAsync, out obj)
247
||
Environment
.TryGetValue(OwinConstants.CommonKeys.ClientCertificate, out obj))
307
return
Environment
.TryGetValue(OwinConstants.WebSocket.AcceptAlt, out _);
314
if (!
Environment
.TryGetValue(OwinConstants.WebSocket.AcceptAlt, out obj))