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 | |
---|---|---|
![]() |
AppProperties(IDictionary<String, Object>) | Initializes a new instance of the AppProperties class. |
Properties
Name | Description | |
---|---|---|
![]() |
Addresses | Gets or sets the address collection for “host.Addresses”. |
![]() |
AddSignatureConversionDelegate | Gets or sets the action delegate for “builder.AddSignatureConversion”. |
![]() |
AppName | Gets or sets the string value for “host.AppName”. |
![]() |
Capabilities | Gets or sets the list of “server.Capabilities”. |
![]() |
DefaultApp | Gets or sets the function delegate for “builder.DefaultApp”. |
![]() |
Dictionary | Gets the underlying dictionary for this AppProperties instance. |
![]() |
OnAppDisposing | Gets or sets the cancellation token for “host.OnAppDisposing”. |
![]() |
OwinVersion | Gets or sets the string value for “owin.Version”. |
![]() |
TraceOutput | Gets or sets the text writer for “host.TraceOutput”. |
Methods
Name | Description | |
---|---|---|
![]() |
Equals(AppProperties) | Determines whether the current AppProperties is equal to the specified AppProperties. |
![]() |
Equals(Object) | Determines whether the current AppProperties is equal to the specified object.(Overrides ValueType.Equals(Object).) |
![]() |
Get<T>(String) | Gets the value from the dictionary with the specified key. |
![]() |
GetHashCode() | Returns the hash code for this instance.(Overrides ValueType.GetHashCode().) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
Set(String, Object) | Sets the value with the specified key. |
![]() |
ToString() | (Inherited from ValueType.) |
Operators
Name | Description | |
---|---|---|
![]() ![]() |
Equality(AppProperties, AppProperties) | Determines whether the first AppPProperties is equal to the second AppProperties. |
![]() ![]() |
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