SoapHeaderBinding.Encoding 属性

定义

获取或设置一个 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

属性值

String

包含一个 URI 的字符串。 默认值为空字符串 ("")。

注解

The value of this property should be set only if the value of the Use property is Encoded. 否则,XML Web 服务将显示意外行为。

适用于