| 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