Share via


AppProperties Structure

 

A wrapper for the Properties IDictionary.

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

Syntax

public struct AppProperties
public value struct AppProperties
[<Sealed>]
type AppProperties = struct end
Public Structure AppProperties

Constructors

Name Description
System_CAPS_pubmethod AppProperties(IDictionary<String, Object>)

Initializes a new instance of the AppProperties class.

Properties

Name Description
System_CAPS_pubproperty Addresses

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

System_CAPS_pubproperty AddSignatureConversionDelegate

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

System_CAPS_pubproperty AppName

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

System_CAPS_pubproperty Capabilities

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

System_CAPS_pubproperty DefaultApp

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

System_CAPS_pubproperty Dictionary

Gets the underlying dictionary for this AppProperties instance.

System_CAPS_pubproperty OnAppDisposing

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

System_CAPS_pubproperty OwinVersion

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

System_CAPS_pubproperty TraceOutput

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

Methods

Name Description
System_CAPS_pubmethod Equals(AppProperties)

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

System_CAPS_pubmethod Equals(Object)

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

System_CAPS_pubmethod Get<T>(String)

Gets the value from the dictionary with the specified key.

System_CAPS_pubmethod GetHashCode()

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

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod Set(String, Object)

Sets the value with the specified key.

System_CAPS_pubmethod ToString()

(Inherited from ValueType.)

Operators

Name Description
System_CAPS_puboperatorSystem_CAPS_static Equality(AppProperties, AppProperties)

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

System_CAPS_puboperatorSystem_CAPS_static Inequality(AppProperties, AppProperties)

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

Thread Safety

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

See Also

Microsoft.Owin.BuilderProperties Namespace

Return to top