ServiceDescriptionImportWarnings

ServiceDescriptionImportWarningsserializable

System.Web.Services.Description (system.web.services.dll)enum

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 }

Hierarchy

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

Returned By

ProtocolImporter.Warnings, ServiceDescriptionImporter.Import( )

Passed To

ProtocolImporter.Warnings



ASP. NET in a Nutshell
ASP.NET in a Nutshell, Second Edition
ISBN: 0596005202
EAN: 2147483647
Year: 2003
Pages: 873

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net