ProtocolReflector.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 生成它的目的在于由正在生成的绑定来实现它。

适用于