Compartir a través de


OwinEnvironment Clase

Definición

Contenedor de entorno OWIN con tipo flexible sobre un 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()

Contenedor de entorno OWIN con tipo flexible sobre un HttpContext.

Implementaciones de interfaz explícitas

ICollection<KeyValuePair<String,Object>>.Add(KeyValuePair<String,Object>)

Contenedor de entorno OWIN con tipo flexible sobre un HttpContext.

ICollection<KeyValuePair<String,Object>>.Clear()

Contenedor de entorno OWIN con tipo flexible sobre un HttpContext.

ICollection<KeyValuePair<String,Object>>.Contains(KeyValuePair<String,Object>)

Contenedor de entorno OWIN con tipo flexible sobre un HttpContext.

ICollection<KeyValuePair<String,Object>>.CopyTo(KeyValuePair<String,Object>[], Int32)

Contenedor de entorno OWIN con tipo flexible sobre un HttpContext.

ICollection<KeyValuePair<String,Object>>.Count

Contenedor de entorno OWIN con tipo flexible sobre un HttpContext.

ICollection<KeyValuePair<String,Object>>.IsReadOnly

Contenedor de entorno OWIN con tipo flexible sobre un HttpContext.

ICollection<KeyValuePair<String,Object>>.Remove(KeyValuePair<String,Object>)

Contenedor de entorno OWIN con tipo flexible sobre un HttpContext.

IDictionary<String,Object>.Add(String, Object)

Contenedor de entorno OWIN con tipo flexible sobre un HttpContext.

IDictionary<String,Object>.ContainsKey(String)

Contenedor de entorno OWIN con tipo flexible sobre un HttpContext.

IDictionary<String,Object>.Item[String]

Contenedor de entorno OWIN con tipo flexible sobre un HttpContext.

IDictionary<String,Object>.Keys

Contenedor de entorno OWIN con tipo flexible sobre un HttpContext.

IDictionary<String,Object>.Remove(String)

Contenedor de entorno OWIN con tipo flexible sobre un HttpContext.

IDictionary<String,Object>.TryGetValue(String, Object)

Contenedor de entorno OWIN con tipo flexible sobre un HttpContext.

IDictionary<String,Object>.Values

Contenedor de entorno OWIN con tipo flexible sobre un HttpContext.

IEnumerable.GetEnumerator()

Contenedor de entorno OWIN con tipo flexible sobre un HttpContext.

IEnumerable<KeyValuePair<String,Object>>.GetEnumerator()

Contenedor de entorno OWIN con tipo flexible sobre un HttpContext.

Se aplica a