System.Web.Services 1.0.5000.0 2.0.0.0 Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details. System.Web.Services.Description.ServiceDescriptionFormatExtension System.Web.Services.Configuration.XmlFormatExtension("body", "http://schemas.xmlsoap.org/wsdl/soap/", typeof(System.Web.Services.Description.InputBinding), typeof(System.Web.Services.Description.OutputBinding), typeof(System.Web.Services.Description.MimePart)) This class specifies how messages, either abstract type definitions or concrete schema definitions, appear within the SOAP body element of the transmission. For more information about specifying protocols for XML Web services, see [<topic://cpconbuildingaspnetwebservices>]. For more information about Web Services Description Language (WSDL), see the specification at http://www.w3.org/TR/wsdl/. Represents an extensibility element added to an or an . Constructor To be added Initializes a new instance of the class. 1.0.5000.0 2.0.0.0 Property System.String To be added: an object of type 'string' The value of this property should be set only if the value of the property is Encoded. Otherwise this property value will be ignored. Gets or sets a string containing a list of space-delimited URIs. The URIs represent the encoding style (or styles) to be used to encode messages within the SOAP body. 1.0.5000.0 2.0.0.0 System.Xml.Serialization.XmlAttribute("encodingStyle") System.ComponentModel.DefaultValue("") Property System.String To be added: an object of type 'string' This property will return an empty string ("") if the property value has not been set. The value should only be set if the value of the property is Encoded. Otherwise the property value will be ignored, thus leading to unexpected behavior by the XML Web service. Get or sets the URI representing the location of the specifications for encoding of content not specifically defined by the property. 1.0.5000.0 2.0.0.0 System.Xml.Serialization.XmlAttribute("namespace") System.ComponentModel.DefaultValue("") Property System.String[] To be added: an object of type 'string []' Some parts of the transmitted message can appear in portions other than the SOAP body, such as when SOAP is used with a . In such a case, the other members of the property determine the locations of the other parts of the message. This property returns exactly the same information as the property, but the results are returned within an array rather than within a space-delimited string. Gets or sets a value indicating which parts of the transmitted message appear within the SOAP body portion of the transmission. 1.0.5000.0 2.0.0.0 System.Xml.Serialization.XmlIgnore Property System.String To be added: an object of type 'string' Some parts of the transmitted message can appear in portions other than the SOAP body, such as when SOAP is used with a . In such a case, the other members of the property determine the locations of other parts of the message. This property returns exactly the same information as the property, but the results are returned within a space-delimited string rather than within an array. PartsString is used internally for xml serialization and shouldn't be called directly. To return the transmitted message parts appearing within the SOAP body portion of the transmission, use the property. Gets or sets a value indicating which parts of the transmitted message appear within the SOAP body portion of the transmission. 1.0.5000.0 2.0.0.0 System.Xml.Serialization.XmlAttribute("parts") Property System.Web.Services.Description.SoapBindingUse To be added: an object of type 'SoapBindingUse' The and properties depend on the value of this property. Their values should be set only if the value of this property is Encoded. Otherwise the XML Web service will produce unexpected behavior. Indicates whether the message parts are encoded using specified encoding rules, or define the concrete schema of the message. 1.0.5000.0 2.0.0.0 System.Xml.Serialization.XmlAttribute("use") System.ComponentModel.DefaultValue(System.Web.Services.Description.SoapBindingUse.Default)