SharedOptionsBase<T> Class

 

Options common to several middleware components

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

Inheritance Hierarchy

System.Object
  Microsoft.Owin.StaticFiles.Infrastructure.SharedOptionsBase<T>
    Microsoft.Owin.StaticFiles.DefaultFilesOptions
    Microsoft.Owin.StaticFiles.DirectoryBrowserOptions
    Microsoft.Owin.StaticFiles.FileServerOptions
    Microsoft.Owin.StaticFiles.StaticFileOptions

Syntax

public abstract class SharedOptionsBase<T>
generic<typename T>
public ref class SharedOptionsBase abstract 
[<AbstractClass>]
type SharedOptionsBase<'T> = class end
Public MustInherit Class SharedOptionsBase(Of T)

Type Parameters

  • T
    The type of the subclass

Constructors

Name Description
System_CAPS_protmethod SharedOptionsBase<T>(SharedOptions)

Creates an new instance of the SharedOptionsBase.

Properties

Name Description
System_CAPS_pubproperty FileSystem

The file system used to locate resources

System_CAPS_pubproperty RequestPath

The relative request path that maps to static resources.

System_CAPS_protproperty SharedOptions

Options common to several middleware components

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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

Return to top