OwinEnvironment Clase

Definición

Contenedor de entorno OWIN con tipo flexible sobre .HttpContext

public ref class OwinEnvironment : System::Collections::Generic::ICollection<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>>, System::Collections::Generic::IDictionary<System::String ^, System::Object ^>, System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>>
public class OwinEnvironment : System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<string,object>>, System.Collections.Generic.IDictionary<string,object>, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,object>>
type OwinEnvironment = class
    interface IDictionary<string, obj>
    interface ICollection<KeyValuePair<string, obj>>
    interface seq<KeyValuePair<string, obj>>
    interface IEnumerable
Public Class OwinEnvironment
Implements ICollection(Of KeyValuePair(Of String, Object)), IDictionary(Of String, Object), IEnumerable(Of KeyValuePair(Of String, Object))
Herencia
OwinEnvironment
Implementaciones

Constructores

OwinEnvironment(HttpContext)

Inicializa una nueva instancia de la clase OwinEnvironment.

Propiedades

FeatureMaps

Obtenga los mapas de características del entorno.

Métodos

GetEnumerator()

Returns an enumerator that iterates through the collection.

Implementaciones de interfaz explícitas

ICollection<KeyValuePair<String,Object>>.Add(KeyValuePair<String,Object>)
ICollection<KeyValuePair<String,Object>>.Clear()
ICollection<KeyValuePair<String,Object>>.Contains(KeyValuePair<String,Object>)
ICollection<KeyValuePair<String,Object>>.CopyTo(KeyValuePair<String,Object>[], Int32)
ICollection<KeyValuePair<String,Object>>.Count
ICollection<KeyValuePair<String,Object>>.IsReadOnly
ICollection<KeyValuePair<String,Object>>.Remove(KeyValuePair<String,Object>)
IDictionary<String,Object>.Add(String, Object)
IDictionary<String,Object>.ContainsKey(String)
IDictionary<String,Object>.Item[String]
IDictionary<String,Object>.Keys
IDictionary<String,Object>.Remove(String)
IDictionary<String,Object>.TryGetValue(String, Object)
IDictionary<String,Object>.Values
IEnumerable.GetEnumerator()
IEnumerable<KeyValuePair<String,Object>>.GetEnumerator()

Se aplica a