ProtocolReflector.Method 속성

정의

프로토콜 리플렉터에서 현재 처리하여 생성된 ServiceDescriptionWSDL(Web Services Description Language) 작업을 생성하는 웹 서비스 메서드를 가져옵니다.

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

속성 값

프로토콜 리플렉터에서 현재 처리 중인 웹 서비스 메서드는 생성된 ServiceDescriptionWSDL(Web Services Description Language) 작업을 생성합니다.

적용 대상