You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. <br /> You write the following code segment to create a class named MultimediaDownloader that implements the IHttpHandler interface. <br /> Namespace Contoso.Web.UI <br /> Public Class MultimediaDownloader<br /> Implements IHttpHandler<br />  ... <br /> End Class <br /> End Namespace <br /> The MultimediaDownloader class performs the following tasks: ¡;¤It returns the content of the multimedia files from the Web server ¡;¤It processes requests for the files that have the .media file extension The .media&e
A、A.A
B、B.B
C、C.C
D、D.D