ProtocolImporter.PortType 属性

定义

获取由协议导入程序当前正在处理,以生成绑定类的绑定所实现的 Web 服务描述语言 (WSDL) PortType

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

属性值

PortType

由协议导入程序当前正在处理,以生成绑定类的绑定所实现的 Web 服务描述语言 (WSDL) PortType

适用于