SharedOptionsBase<T> Constructor
Creates an new instance of the SharedOptionsBase.
Namespace: Microsoft.Owin.StaticFiles.Infrastructure
Assembly: Microsoft.Owin.StaticFiles (in Microsoft.Owin.StaticFiles.dll)
Syntax
'Declaration
Protected Sub New ( _
sharedOptions As SharedOptions _
)
'Usage
Dim sharedOptions As SharedOptions
Dim instance As New SharedOptionsBase(sharedOptions)
protected SharedOptionsBase(
SharedOptions sharedOptions
)
protected:
SharedOptionsBase(
SharedOptions^ sharedOptions
)
new :
sharedOptions:SharedOptions -> SharedOptionsBase
protected function SharedOptionsBase(
sharedOptions : SharedOptions
)
Parameters
- sharedOptions
Type: Microsoft.Owin.StaticFiles.Infrastructure.SharedOptions