Capabilities Structure

 

Represents the capabilities for the builder properties.

Namespace:   Microsoft.Owin.BuilderProperties
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

public value struct Capabilities

NameDescription
System_CAPS_pubmethodCapabilities(IDictionary<String^, Object^>^)

Initializes a new instance of the Capabilities class.

NameDescription
System_CAPS_pubpropertyDictionary

The underling IDictionary

System_CAPS_pubpropertySendFileVersion

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

System_CAPS_pubpropertyWebSocketVersion

Gets or sets the websocket version.

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreate()

Initializes a new instance of the Capabilities class.

System_CAPS_pubmethodEquals(Capabilities)

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

System_CAPS_pubmethodEquals(Object^)

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

System_CAPS_pubmethodGet<T>(String^)

Gets the value from the dictionary with the specified key.

System_CAPS_pubmethodGetHashCode()

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

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodSet(String^, Object^)

Sets the given key and value in the underlying dictionary.

System_CAPS_pubmethodToString()

(Inherited from ValueType.)

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticEquality(Capabilities, Capabilities)

Determines whether two specified instances of Capabilities are equal.

System_CAPS_puboperatorSystem_CAPS_staticInequality(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.

Return to top
Show: