ProtocolReflector.MethodAttribute 속성

정의

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

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

속성 값

WebMethodAttribute

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

적용 대상