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("fault", "http://schemas.xmlsoap.org/wsdl/soap/", typeof(System.Web.Services.Description.FaultBinding))
This class specifies the contents of any SOAP error message returned.
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 a within an XML Web service.
Constructor
To be added
Initializes an 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.
Gets or sets a URI representing the encoding style used to encode the SOAP fault message.
1.0.5000.0
2.0.0.0
System.Xml.Serialization.XmlAttribute("encodingStyle")
System.ComponentModel.DefaultValue("")
Property
2.0.0.0
System.Xml.Serialization.XmlAttribute("name")
System.String
To be added.
To be added.
Gets or sets the value of the name attribute that relates the soap fault to the wsdl fault defined for the specified operation.
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 XML Web service will exhibit unexpected behavior.
Get or sets the URI representing the location of the specification for encoding of content not specifically defined by the property.
1.0.5000.0
2.0.0.0
System.Xml.Serialization.XmlAttribute("namespace")
Property
System.Web.Services.Description.SoapBindingUse
To be added: an object of type 'SoapBindingUse'
To be added
Specifies whether the fault message is encoded using rules specified by the property, or is encapsulated within a concrete XML schema.
1.0.5000.0
2.0.0.0
System.Xml.Serialization.XmlAttribute("use")
System.ComponentModel.DefaultValue(System.Web.Services.Description.SoapBindingUse.Default)