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
Public method Capabilities Initializes a new instance of the Capabilities class.

Top

Properties

  Name Description
Public property Dictionary Gets a collection of objects.
Public property SendFileVersion Gets or sets the file version to send.
Public property WebSocketVersion Gets or sets the web socket version.

Top

Methods

  Name Description
Public methodStatic member Create Creates the builder Capabilities.
Public method Equals(Object) Indicates a value whether the specified object is equal to the current object. (Overrides ValueType.Equals(Object).)
Public method Equals(Capabilities) Indicates a value whether the specified object is equal to the current object.
Public method Get<T> Gets the value of the capabilities using the specified key.
Public method GetHashCode Serves as a hash function for a particular type. (Overrides ValueType.GetHashCode().)
Public method GetType (Inherited from Object.)
Public method Set Sets the builder for the Capabilities with the specified key and value.
Public method ToString (Inherited from ValueType.)

Top

Operators

  Name Description
Public operatorStatic member Equality Determines whether two specified instances of Capabilities are equal.
Public operatorStatic member 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.

See Also

Reference

Microsoft.Owin.BuilderProperties Namespace