OwinEnvironment Třída

Definice

Volně napsaný obálka prostředí OWIN přes .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))
Dědičnost
OwinEnvironment
Implementuje

Konstruktory

OwinEnvironment(HttpContext)

Inicializuje novou instanci .OwinEnvironment

Vlastnosti

FeatureMaps

Získejte mapy funkcí prostředí.

Metody

GetEnumerator()

Returns an enumerator that iterates through the collection.

Explicitní implementace rozhraní

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()

Platí pro