Partager via


OwinEnvironment Classe

Définition

Wrapper d’environnement OWIN faiblement typé sur 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))
Héritage
OwinEnvironment
Implémente

Constructeurs

OwinEnvironment(HttpContext)

Initialise une nouvelle instance de OwinEnvironment.

Propriétés

FeatureMaps

Obtenez les mappages de fonctionnalités de l’environnement.

Méthodes

GetEnumerator()

Wrapper d’environnement OWIN faiblement typé sur un HttpContext.

Implémentations d’interfaces explicites

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

Wrapper d’environnement OWIN faiblement typé sur un HttpContext.

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

Wrapper d’environnement OWIN faiblement typé sur un HttpContext.

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

Wrapper d’environnement OWIN faiblement typé sur un HttpContext.

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

Wrapper d’environnement OWIN faiblement typé sur un HttpContext.

ICollection<KeyValuePair<String,Object>>.Count

Wrapper d’environnement OWIN faiblement typé sur un HttpContext.

ICollection<KeyValuePair<String,Object>>.IsReadOnly

Wrapper d’environnement OWIN faiblement typé sur un HttpContext.

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

Wrapper d’environnement OWIN faiblement typé sur un HttpContext.

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

Wrapper d’environnement OWIN faiblement typé sur un HttpContext.

IDictionary<String,Object>.ContainsKey(String)

Wrapper d’environnement OWIN faiblement typé sur un HttpContext.

IDictionary<String,Object>.Item[String]

Wrapper d’environnement OWIN faiblement typé sur un HttpContext.

IDictionary<String,Object>.Keys

Wrapper d’environnement OWIN faiblement typé sur un HttpContext.

IDictionary<String,Object>.Remove(String)

Wrapper d’environnement OWIN faiblement typé sur un HttpContext.

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

Wrapper d’environnement OWIN faiblement typé sur un HttpContext.

IDictionary<String,Object>.Values

Wrapper d’environnement OWIN faiblement typé sur un HttpContext.

IEnumerable.GetEnumerator()

Wrapper d’environnement OWIN faiblement typé sur un HttpContext.

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

Wrapper d’environnement OWIN faiblement typé sur un HttpContext.

S’applique à