C# Class SobekCM.Core.Settings.Mime_Type_Info

ファイルを表示 Open project: MarkVSullivan/SobekCM-Web-Application Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Mime_Type_Info ( string Extension, string MIME_Type, bool isBlocked, bool shouldForward ) : System.Runtime.Serialization

Constructor for a new instance of the Mime_Type_Info class

Method Details

Mime_Type_Info() public method

Constructor for a new instance of the Mime_Type_Info class
public Mime_Type_Info ( string Extension, string MIME_Type, bool isBlocked, bool shouldForward ) : System.Runtime.Serialization
Extension string File extension for this MIME type
MIME_Type string MIME type for files of this extension
isBlocked bool Flag indicates files of this extension are explicitly blocked
shouldForward bool Flag indicates if there are special features within IIS for which files of this type should be handed to IIS to handle (for example, byte-enabled video)
return System.Runtime.Serialization