共用方式為


OwinEnvironment 類別

定義

HttpContext 鬆散類型的 OWIN 環境包裝函式。

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))
繼承
OwinEnvironment
實作

建構函式

OwinEnvironment(HttpContext)

初始化 OwinEnvironment 的新執行個體。

屬性

FeatureMaps

取得環境的功能對應。

方法

GetEnumerator()

HttpContext 鬆散類型的 OWIN 環境包裝函式。

明確介面實作

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

HttpContext 鬆散類型的 OWIN 環境包裝函式。

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

HttpContext 鬆散類型的 OWIN 環境包裝函式。

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

HttpContext 鬆散類型的 OWIN 環境包裝函式。

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

HttpContext 鬆散類型的 OWIN 環境包裝函式。

ICollection<KeyValuePair<String,Object>>.Count

HttpContext 鬆散類型的 OWIN 環境包裝函式。

ICollection<KeyValuePair<String,Object>>.IsReadOnly

HttpContext 鬆散類型的 OWIN 環境包裝函式。

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

HttpContext 鬆散類型的 OWIN 環境包裝函式。

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

HttpContext 鬆散類型的 OWIN 環境包裝函式。

IDictionary<String,Object>.ContainsKey(String)

HttpContext 鬆散類型的 OWIN 環境包裝函式。

IDictionary<String,Object>.Item[String]

HttpContext 鬆散類型的 OWIN 環境包裝函式。

IDictionary<String,Object>.Keys

HttpContext 鬆散類型的 OWIN 環境包裝函式。

IDictionary<String,Object>.Remove(String)

HttpContext 鬆散類型的 OWIN 環境包裝函式。

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

HttpContext 鬆散類型的 OWIN 環境包裝函式。

IDictionary<String,Object>.Values

HttpContext 鬆散類型的 OWIN 環境包裝函式。

IEnumerable.GetEnumerator()

HttpContext 鬆散類型的 OWIN 環境包裝函式。

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

HttpContext 鬆散類型的 OWIN 環境包裝函式。

適用於