WebService Members
Include Protected Members
Include Inherited Members
Represents a Web service implemented by this Web site project, as represented by the .asmx file generated by Visual Studio when the Web site reference was added to the project.
The WebService type exposes the following members.
Properties
Name
Description
Gets the relative path to the .asmx file from the root URL of the Web site project.
Gets the class file item that represents the Web service.
Gets the name of the class that represents the Web service.
Gets a reference to the project in the DTE object that contains this Web service.
Gets a reference to the DTE2 object that contains the project containing this Web service.
Gets the FileCodeModel object for the .asmx file.
Gets the project item.
The URL of the .asmx file for the Web service.
Top