C# 클래스 Kazuki.Net.HttpServer.MIMEDatabase

파일 보기 프로젝트 열기: kazuki/httpserver

공개 메소드들

메소드 설명
GetMIMEType ( string ext ) : string
RegisterMIME ( string ext, string mime ) : void

비공개 메소드들

메소드 설명
MIMEDatabase ( ) : System

메소드 상세

GetMIMEType() 공개 정적인 메소드

public static GetMIMEType ( string ext ) : string
ext string
리턴 string

RegisterMIME() 공개 정적인 메소드

public static RegisterMIME ( string ext, string mime ) : void
ext string
mime string
리턴 void