System.Web.Services.Description.ServiceDescriptionImportStyle Enumeration

Specifies whether the import is made to the server or to the client computer.

Syntax

public enum ServiceDescriptionImportStyle

Remarks

An import made to the client computer generates a proxy class with synchronous and asynchronous methods to invoke each method within an XML Web service. A server import, on the other hand, generates an abstract class with abstract members, which you must override to provide the implementation you need.

Members

Member NameDescription
Client

Specifies that the import should be made to the client computer.

Server

Specifies that the import should be made to the server.

ServerInterface

Specifies that the import should be made to a server interface.

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