Share via


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
System_CAPS_pubmethod Capabilities(IDictionary<String, Object>)

Initializes a new instance of the Capabilities class.

Properties

Name Description
System_CAPS_pubproperty Dictionary

The underling IDictionary

System_CAPS_pubproperty SendFileVersion

Gets or sets the string value for "sendfile.Version"

System_CAPS_pubproperty WebSocketVersion

Gets or sets the websocket version.

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static Create()

Initializes a new instance of the Capabilities class.

System_CAPS_pubmethod Equals(Capabilities)

Determines whether the current Capabilities instance is equal to the specified Capabilities.

System_CAPS_pubmethod Equals(Object)

Determines whether the current Capabilities is equal to the specified object.(Overrides ValueType.Equals(Object).)

System_CAPS_pubmethod Get<T>(String)

Gets the value from the dictionary with the specified key.

System_CAPS_pubmethod GetHashCode()

Returns the hash code for this instance.(Overrides ValueType.GetHashCode().)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod Set(String, Object)

Sets the given key and value in the underlying dictionary.

System_CAPS_pubmethod ToString()

(Inherited from ValueType.)

Operators

Name Description
System_CAPS_puboperatorSystem_CAPS_static Equality(Capabilities, Capabilities)

Determines whether two specified instances of Capabilities are equal.

System_CAPS_puboperatorSystem_CAPS_static 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