다음을 통해 공유


ProtocolImporter.PortType 속성

정의

프로토콜 가져오기에서 바인딩 클래스를 생성하기 위해 현재 처리하고 있는 바인딩에 의해 구현되는 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

프로토콜 가져오기에서 바인딩 클래스를 생성하기 위해 현재 처리하고 있는 바인딩에 의해 구현되는 WSDL(웹 서비스 설명 언어) PortType입니다.

적용 대상