C# Class Kazuki.Net.HttpServer.MIMEDatabase

Show file Open project: kazuki/httpserver

Public Methods

Method Description
GetMIMEType ( string ext ) : string
RegisterMIME ( string ext, string mime ) : void

Private Methods

Method Description
MIMEDatabase ( ) : System

Method Details

GetMIMEType() public static method

public static GetMIMEType ( string ext ) : string
ext string
return string

RegisterMIME() public static method

public static RegisterMIME ( string ext, string mime ) : void
ext string
mime string
return void