SharedOptionsBase<T> Constructor (SharedOptions)

 

Creates an new instance of the SharedOptionsBase.

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

Syntax

protected SharedOptionsBase(
    SharedOptions sharedOptions
)
protected:
SharedOptionsBase(
    SharedOptions^ sharedOptions
)
new : 
        sharedOptions:SharedOptions -> SharedOptionsBase
Protected Sub New (
    sharedOptions As SharedOptions
)

Parameters

See Also

SharedOptionsBase<T> Class
Microsoft.Owin.StaticFiles.Infrastructure Namespace

Return to top