
590
|
Chapter 32: The System.Web.Services.Description Namespace
This is the Title of the Book, eMatter Edition
Copyright © 2008 O’Reilly & Associates, Inc. All rights reserved.
SoapExtensionImporter
System.Web.Services.Description (system.web.services.dll)
abstract class
This class is used by the .NET framework, not directly by your code.
SoapExtensionReflector
System.Web.Services.Description (system.web.services.dll)
abstract class
This class is used by the .NET framework, not directly by your code.
SoapFaultBinding
System.Web.Services.Description (system.web.services.dll)
class
This class represents an extensibility element added to the WSDL <fault> element
(enclosed in the <operation> element) that allows information to be transmitted via
SOAP. The encoding is indicated with the Encoding and Use properties and the
namespace with the Namespace property.
Hierarchy
System.Object ➝ ServiceDescriptionFormatExtension ➝ SoapFaultBinding
public abstract class SoapExtensionImporter {
// Protected Constructors
protected SoapExtensionImporter();
// Public Instance Properties
public SoapProtocolImporter ImportContext{set; get; }
// Public Instance Methods
public abstract void ImportMethod(System.CodeDom.CodeAttributeDeclarationCollection metadata);
}
public abstract class SoapExtensionReflector {
// Protected Constructors
protected SoapExtensionReflector();
// Public Instance Properties
public ProtocolReflector ...