Capabilities Structure
Represents the capabilities for the builder properties.
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
| Name | Description | |
|---|---|---|
![]() | Capabilities(IDictionary<String^, Object^>^) | Initializes a new instance of the Capabilities class. |
| Name | Description | |
|---|---|---|
![]() | Dictionary | The underling IDictionary |
![]() | SendFileVersion | Gets or sets the string value for "sendfile.Version" |
![]() | WebSocketVersion | Gets or sets the websocket version. |
| 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.) |
| 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. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



