Liara.Hosting.Owin.OwinServerEnvironment.OwinServerEnvironment C# (CSharp) Метод

OwinServerEnvironment() публичный Метод

public OwinServerEnvironment ( object>.IDictionary environment ) : System
environment object>.IDictionary
Результат System
        public OwinServerEnvironment(IDictionary<string, object> environment)
        {
            Items = environment;
            cache = new OwinServerEnvCache(this);
        }

Same methods

OwinServerEnvironment::OwinServerEnvironment ( object>.IDictionary environment, ILiaraEngine engine ) : System