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("content", "http://schemas.xmlsoap.org/wsdl/mime/", typeof(System.Web.Services.Description.InputBinding), typeof(System.Web.Services.Description.OutputBinding))
System.Web.Services.Configuration.XmlFormatExtensionPrefix("mime", "http://schemas.xmlsoap.org/wsdl/mime/")
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 within an XML Web service, specifying the MIME format for the body of the HTTP transmission. This class cannot be inherited.
Constructor
To be added
Initializes a new instance of the class.
1.0.5000.0
2.0.0.0
Field
System.String
To be added
Specifies the URI for the XML namespace of the class. This field is constant.
1.0.5000.0
2.0.0.0
Property
System.String
To be added: an object of type 'string'
To be added
Gets or sets the name of the to which the applies.
1.0.5000.0
2.0.0.0
System.Xml.Serialization.XmlAttribute("part")
Property
System.String
To be added: an object of type 'string'
The Web Services Description Language (WSDL) specification defines bindings for several MIME types, including text/xml, multipart/related, and application/x-www-form-urlencoded, although any MIME type can be used. The wildcard character (*) can also be used. For example, the string "text/*" would represent all text types. If the value of this property is not set, the MimeContentBinding specifies all MIME types.
For more information about WSDL, see the specification at http://www.w3.org/TR/wsdl/.
Gets or sets a value indicating the format of the body of the HTTP transmission.
1.0.5000.0
2.0.0.0
System.Xml.Serialization.XmlAttribute("type")