Extends the list of content types or replaces existing value with a new one.
MimeType.ExtendTypesTable("exten", "application/exten");
Console.WriteLine(MimeType.GetMimeType("exten"));
Writes: "application/exten"
MimeType Class | ITHit.WebDAV.Server Namespace