This documentation is archived and is not being maintained.

Service Constructor

Initializes a new instance of the Service class.

[Visual Basic]
Public Sub New()
[C#]
public Service();
[C++]
public: Service();
[JScript]
public function Service();

Remarks

The default constructor initializes any fields to their default values.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Service Class | Service Members | System.Web.Services.Description Namespace

Show: