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