C# Class Kazuki.Net.HttpServer.MIMEDatabase

Afficher le fichier Open project: kazuki/httpserver

Méthodes publiques

Méthode Description
GetMIMEType ( string ext ) : string
RegisterMIME ( string ext, string mime ) : void

Private Methods

Méthode Description
MIMEDatabase ( ) : System

Method Details

GetMIMEType() public static méthode

public static GetMIMEType ( string ext ) : string
ext string
Résultat string

RegisterMIME() public static méthode

public static RegisterMIME ( string ext, string mime ) : void
ext string
mime string
Résultat void