SoapBodyBinding

SoapBodyBinding

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

This class represents an extensibility element added to an InputBinding or an OutputBinding object. This binding is used for SOAP input and output messages (represented by OperationInput and OperationOutput objects). It specifies that data is encoded for SOAP transmission and does not provide any properties.

public class SoapBodyBinding : ServiceDescriptionFormatExtension {
// Public Constructors
   public SoapBodyBinding( );
// Public Instance Properties
   public string Encoding{set; get; }
   public string Namespace{set; get; }
   public string[ ] Parts{set; get; }
   public string PartsString{set; get; }
   public SoapBindingUse Use{set; get; }
}

Hierarchy

System.Object ServiceDescriptionFormatExtension SoapBodyBinding



    Part I: Introduction to ASP.NET
    Part III: Namespace Reference
    Chapter 40. The System.Web.UI.MobileControls Namespace
    Chapter 42. The System.Web.UI.WebControls Namespace