System.Web.Services.Description.ServiceDescriptionImporter.Style Property

Gets or sets a value that determines the style of code (client or server) that is generated when the ServiceDescriptionImporter.ServiceDescriptions values are imported.

Syntax

public ServiceDescriptionImportStyle Style { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

If the ServiceDescriptionImporter.Style property is set to ServiceDescriptionImportStyle.Client, the System.Web.Services.Description.ServiceDescriptionImporter generates client proxy classes that provide the functionality of the described Web services by calling them.

If the ServiceDescriptionImporter.Style property is set to ServiceDescriptionImportStyle.Server, the System.Web.Services.Description.ServiceDescriptionImporter instance generates abstract classes that represent the functionality of the described XML Web services without implementing them. You can then implement them by writing classes that inherit from these abstract classes and implement the relevant methods.

Requirements

Namespace: System.Web.Services.Description
Assembly: System.Web.Services (in System.Web.Services.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0