Share via


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

Public property

AppRelativeUrl

Gets the relative path to the .asmx file from the root URL of the Web site project.

Public property

ClassFileItem

Gets the class file item that represents the Web service.

Public property

ClassName

Gets the name of the class that represents the Web service.

Public property

ContainingProject

Gets a reference to the project in the DTE object that contains this Web service.

Public property

DTE

Gets a reference to the DTE2 object that contains the project containing this Web service.

Public property

FileCodeModel

Gets the FileCodeModel object for the .asmx file.

Public property

ProjectItem

Gets the project item.

Public property

URL

The URL of the .asmx file for the Web service.

Top

See Also

Reference

WebService Interface

VsWebSite Namespace