SoapHeaderBinding.Encoding 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个 URI,该 URI 表示用于对 SOAP 标头进行编码的编码样式。
public:
property System::String ^ Encoding { System::String ^ get(); void set(System::String ^ value); };
public string Encoding { get; set; }
member this.Encoding : string with get, set
Public Property Encoding As String
属性值
包含一个 URI 的字符串。 默认值为空字符串 ("")。
注解
The value of this property should be set only if the value of the Use property is Encoded
. 否则,XML Web 服务将显示意外行为。