Name

ServiceDescriptionImportWarnings

Synopsis

This enumeration is used for the return value from the ServiceDescriptionImporter.Import() method. It can indicate common problems creating the proxy class, including the failure to create a required or optional ServiceDescriptionFormatExtension or an unsupported type of Binding or Operation.

Public Enum ServiceDescriptionImportWarnings
                  NoCodeGenerated = 1
                  OptionalExtensionsIgnored = 2
                  RequiredExtensionsIgnored = 4
                  UnsupportedOperationsIgnored = 8
                  UnsupportedBindingsIgnored = 16
                  NoMethodsGenerated = 32
End Enum

Hierarchy

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

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.