Capabilities Structure
Represents the capabilities for the builder properties.
Namespace: Microsoft.Owin.BuilderProperties
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
public struct Capabilities
public value struct Capabilities
[<Sealed>]
type Capabilities = struct end
Public Structure Capabilities
Constructors
Name | Description | |
---|---|---|
![]() |
Capabilities(IDictionary<String, Object>) | Initializes a new instance of the Capabilities class. |
Properties
Name | Description | |
---|---|---|
![]() |
Dictionary | The underling IDictionary |
![]() |
SendFileVersion | Gets or sets the string value for "sendfile.Version" |
![]() |
WebSocketVersion | Gets or sets the websocket version. |
Methods
Name | Description | |
---|---|---|
![]() ![]() |
Create() | Initializes a new instance of the Capabilities class. |
![]() |
Equals(Capabilities) | Determines whether the current Capabilities instance is equal to the specified Capabilities. |
![]() |
Equals(Object) | Determines whether the current Capabilities 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 given key and value in the underlying dictionary. |
![]() |
ToString() | (Inherited from ValueType.) |
Operators
Name | Description | |
---|---|---|
![]() ![]() |
Equality(Capabilities, Capabilities) | Determines whether two specified instances of Capabilities are equal. |
![]() ![]() |
Inequality(Capabilities, Capabilities) | Determines whether two specified instances of Capabilities are not equal. |
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