MimeContentBinding.Type 属性

定义

获取或设置一个值,该值指示 HTTP 传输的正文的格式。

public:
 property System::String ^ Type { System::String ^ get(); void set(System::String ^ value); };
public string Type { get; set; }
member this.Type : string with get, set
Public Property Type As String

属性值

String

指示 HTTP 传输的正文的格式的字符串。 默认值为空字符串 ("")。

示例

MimeContentBinding_Part_4#1

注解

Web 服务描述语言 (WSDL) 规范定义了多个 MIME 类型的绑定,包括 text/xml、multipart/related 和 application/x-www-form-urlencoded,尽管可以使用任何 MIME 类型。 也可以使用通配符 (*) 。 例如,字符串“text/*”表示所有文本类型。 如果未设置此属性的值,则 MimeContentBinding 指定所有 MIME 类型。

有关 WSDL 的更多信息,请参阅 WSDL 规范。

适用于