ProtocolImporter.Operation 속성

정의

프로토콜 가져오기가 바인딩 클래스에서 메서드를 생성하기 위해 현재 처리 중인 추상 WSDL(Web Services Description Language) 작업을 가져옵니다.

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

속성 값

프로토콜 가져오기가 바인딩 클래스에서 메서드를 생성하기 위해 현재 처리 중인 추상 WSDL(Web Services Description Language) 작업입니다.

설명

작업은 WSDL 문서에서 요소의 PortType 자식으로 나타납니다. 메서드는 클래스를 사용하여 WebMethodAttribute 생성됩니다.

적용 대상