MimePart.Extensions 属性

定义

MimeMultipartRelatedBinding 所属的 MimePart 的相应部分获取 MIME 扩展性元素的集合。

public:
 property System::Web::Services::Description::ServiceDescriptionFormatExtensionCollection ^ Extensions { System::Web::Services::Description::ServiceDescriptionFormatExtensionCollection ^ get(); };
public System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection Extensions { get; }
member this.Extensions : System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection
Public ReadOnly Property Extensions As ServiceDescriptionFormatExtensionCollection

属性值

服务说明格式扩展的集合。

示例

MimePart_3#3

注解

此集合必须至少有一个成员。 如果它有多个成员,则成员是当前 MimePart的替代 MIME 格式。 成员可以是以下类型:

其中每个类都公开一个 Part 属性,该 MessagePart 属性指定 与 MimePart 关联的 。 如果此集合没有成员,XML Web 服务将无法在请求 WSDL) 文件时生成 Web 服务描述语言 (。 有关 MIME 如何扩展 WSDL 的详细信息,请参阅 WSDL 规范。

适用于