System.Web.Services.Description.SoapBodyBinding.Encoding Property

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.

Syntax

[System.Xml.Serialization.XmlAttribute("encodingStyle")]
[System.ComponentModel.DefaultValue("")]
public string Encoding { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The value of this property should be set only if the value of the SoapBodyBinding.Use property is Encoded. Otherwise this property value will be ignored.

Requirements

Namespace: System.Web.Services.Description
Assembly: System.Web.Services (in System.Web.Services.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0