SharedOptions 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.SharedOptions

Syntax

public class SharedOptions
public ref class SharedOptions 
type SharedOptions = class end
Public Class SharedOptions

Constructors

Name Description
System_CAPS_pubmethod SharedOptions()

Defaults to all request paths and the current physical directory.

Properties

Name Description
System_CAPS_pubproperty FileSystem

The file system used to locate resources

System_CAPS_pubproperty RequestPath

The request path that maps to static resources

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