ProtocolReflector.ServiceDescriptions 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取到目前为止已创建并添加到 ServiceDescription 集合中的 ServiceDescriptionCollection 对象,该集合通过关联的 ServiceDescriptions 实例的 ServiceDescriptionReflector 属性获取。
public:
property System::Web::Services::Description::ServiceDescriptionCollection ^ ServiceDescriptions { System::Web::Services::Description::ServiceDescriptionCollection ^ get(); };
public System.Web.Services.Description.ServiceDescriptionCollection ServiceDescriptions { get; }
member this.ServiceDescriptions : System.Web.Services.Description.ServiceDescriptionCollection
Public ReadOnly Property ServiceDescriptions As ServiceDescriptionCollection
属性值
到目前为止已创建并添加到 ServiceDescription 集合中的 ServiceDescriptionCollection 对象,该集合通过关联的 ServiceDescriptions 实例的 ServiceDescriptionReflector 属性获取。
注解
ProtocolReflector类 ServiceDescription 为每个具有不同命名空间的绑定创建一个对象,该对象在 Web 服务类中找到。