ProtocolImporter.Service 属性

定义

获取包含对绑定(协议导入程序当前正在处理以生成绑定类的绑定)的引用的 Web 服务描述语言 (WSDL) 服务。Gets the Web Services Description Language (WSDL) service that contains a reference to the binding that the protocol importer is currently processing to generate a binding class.

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

属性值

Service

一个 Web 服务描述语言 (WSDL) 服务,其中包含对协议导入程序当前正在处理以生成绑定类的绑定的引用。The Web Services Description Language (WSDL) service that contains a reference to the binding that the protocol importer is currently processing to generate a binding class.

适用于