ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources]

G. andrew Duthie; matthew Macdonald

نسخه متنی -صفحه : 873/ 467
نمايش فراداده

WebServiceParser

System.Web.UI (system.web.dll)class

This class is used by the ASP.NET framework when handling web service requests. It is not used directly in your code.

public class 

WebServiceParser : SimpleWebHandlerParser { // Protected Instance Properties protected override string

DefaultDirectiveName {get; } // overrides SimpleWebHandlerParser // Public Static Methods public static Type

GetCompiledType (string

inputFile , System.Web.HttpContext

context ); }

Hierarchy

System.Object SimpleWebHandlerParser WebServiceParser