Capabilities Structure
Represents the capabilities for the builder properties.
Namespace: Microsoft.Owin.BuilderProperties
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
'Declaration
Public Structure Capabilities
'Usage
Dim instance As Capabilities
public struct Capabilities
public value class Capabilities
[<SealedAttribute>]
type Capabilities = struct end
JScript suports the use of structures, but not the declaration of new ones.
The Capabilities type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Capabilities | Initializes a new instance of the Capabilities class. |
Top
Properties
Name | Description | |
---|---|---|
Dictionary | Gets a collection of objects. | |
SendFileVersion | Gets or sets the file version to send. | |
WebSocketVersion | Gets or sets the web socket version. |
Top
Methods
Name | Description | |
---|---|---|
Create | Creates the builder Capabilities. | |
Equals(Object) | Indicates a value whether the specified object is equal to the current object. (Overrides ValueType.Equals(Object).) | |
Equals(Capabilities) | Indicates a value whether the specified object is equal to the current object. | |
Get<T> | Gets the value of the capabilities using the specified key. | |
GetHashCode | Serves as a hash function for a particular type. (Overrides ValueType.GetHashCode().) | |
GetType | (Inherited from Object.) | |
Set | Sets the builder for the Capabilities with the specified key and value. | |
ToString | (Inherited from ValueType.) |
Top
Operators
Name | Description | |
---|---|---|
Equality | Determines whether two specified instances of Capabilities are equal. | |
Inequality | Determines whether two specified instances of Capabilities are equal. |
Top
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.