OwinContext Class

 

This wraps OWIN environment dictionary and provides strongly typed accessors.

Namespace:   Microsoft.Owin
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

System::Object
  Microsoft.Owin::OwinContext

public ref class OwinContext : IOwinContext

NameDescription
System_CAPS_pubmethodOwinContext()

Create a new context with only request and response header collections.

System_CAPS_pubmethodOwinContext(IDictionary<String^, Object^>^)

Create a new wrapper.

NameDescription
System_CAPS_pubpropertyAuthentication

Gets the Authentication middleware functionality available on the current request.

System_CAPS_pubpropertyEnvironment

Gets the OWIN environment.

System_CAPS_pubpropertyRequest

Gets a wrapper exposing request specific properties.

System_CAPS_pubpropertyResponse

Gets a wrapper exposing response specific properties.

System_CAPS_pubpropertyTraceOutput

Gets or sets the host.TraceOutput environment value.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGet<T>(String^)

Gets a value from the OWIN environment, or returns default(T) if not present.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodSet<T>(String^, T)

Sets the given key and value in the OWIN environment.

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: