Name

ServiceDescriptionImportStyle

Synopsis

This enumeration is used for the ServiceDescriptionImporter.Style property; it specifies whether a ServiceDescriptionImporter.Import() method call will be made to the server or client. When you import to the client computer, you will receive a proxy class with synchronous and asynchronous methods for invoking each method within the web service, just as if .NET generated the proxy class for you automatically. A server import, however, will generate an abstract class with abstract members, which you must override to provide the appropriate implementation.

Public Enum ServiceDescriptionImportStyle
                  Client = 0
                  Server = 1
End Enum

Hierarchy

System.ObjectSystem.ValueType System.Enum(System.IComparable, System.IFormattable, System.IConvertible) ServiceDescriptionImportStyle

Get ASP.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.