다음을 통해 공유


ProtocolReflector.Method 속성

정의

프로토콜 리플렉터가 생성된 ServiceDescription에 배치할 WSDL(웹 서비스 설명 언어) 작업을 생성하기 위해 현재 처리하고 있는 웹 서비스 메서드를 가져옵니다.

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

속성 값

LogicalMethodInfo

프로토콜 리플렉터가 생성된 ServiceDescription에 배치할 WSDL(웹 서비스 설명 언어) 작업을 생성하기 위해 현재 처리하고 있는 웹 서비스 메서드를 가져옵니다.

적용 대상