AppProperties Structure

 

A wrapper for the Properties IDictionary.

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

public value struct AppProperties

NameDescription
System_CAPS_pubmethodAppProperties(IDictionary<String^, Object^>^)

Initializes a new instance of the AppProperties class.

NameDescription
System_CAPS_pubpropertyAddresses

Gets or sets the address collection for “host.Addresses”.

System_CAPS_pubpropertyAddSignatureConversionDelegate

Gets or sets the action delegate for “builder.AddSignatureConversion”.

System_CAPS_pubpropertyAppName

Gets or sets the string value for “host.AppName”.

System_CAPS_pubpropertyCapabilities

Gets or sets the list of “server.Capabilities”.

System_CAPS_pubpropertyDefaultApp

Gets or sets the function delegate for “builder.DefaultApp”.

System_CAPS_pubpropertyDictionary

Gets the underlying dictionary for this AppProperties instance.

System_CAPS_pubpropertyOnAppDisposing

Gets or sets the cancellation token for “host.OnAppDisposing”.

System_CAPS_pubpropertyOwinVersion

Gets or sets the string value for “owin.Version”.

System_CAPS_pubpropertyTraceOutput

Gets or sets the text writer for “host.TraceOutput”.

NameDescription
System_CAPS_pubmethodEquals(AppProperties)

Determines whether the current AppProperties is equal to the specified AppProperties.

System_CAPS_pubmethodEquals(Object^)

Determines whether the current AppProperties is equal to the specified object.(Overrides ValueType::Equals(Object^).)

System_CAPS_pubmethodGet<T>(String^)

Gets the value from the dictionary with the specified key.

System_CAPS_pubmethodGetHashCode()

Returns the hash code for this instance.(Overrides ValueType::GetHashCode().)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodSet(String^, Object^)

Sets the value with the specified key.

System_CAPS_pubmethodToString()

(Inherited from ValueType.)

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticEquality(AppProperties, AppProperties)

Determines whether the first AppPProperties is equal to the second AppProperties.

System_CAPS_puboperatorSystem_CAPS_staticInequality(AppProperties, AppProperties)

Determines whether the first AppPProperties is not equal to the second AppProperties.

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: