Share via


SignatureConversions Class

 

Adds adapters between T:System.Func.IDictionary.String.Object.Task and OwinMiddleware.

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

Inheritance Hierarchy

System.Object
  Microsoft.Owin.Infrastructure.SignatureConversions

Syntax

public static class SignatureConversions
public ref class SignatureConversions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type SignatureConversions = class end
Public NotInheritable Class SignatureConversions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static AddConversions(IAppBuilder)

Adds adapters between T:System.Func.IDictionary.String.Object.Task and OwinMiddleware.

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.Infrastructure Namespace

Return to top