ProtocolReflector.Methods 속성

정의

연결된 ProtocolReflector 개체의 Methods 속성으로 식별되며 웹 서비스 클래스에 속하는 웹 서비스 메서드를 가져옵니다.

public:
 property cli::array <System::Web::Services::Protocols::LogicalMethodInfo ^> ^ Methods { cli::array <System::Web::Services::Protocols::LogicalMethodInfo ^> ^ get(); };
public System.Web.Services.Protocols.LogicalMethodInfo[] Methods { get; }
member this.Methods : System.Web.Services.Protocols.LogicalMethodInfo[]
Public ReadOnly Property Methods As LogicalMethodInfo()

속성 값

LogicalMethodInfo[]

연결된 ProtocolReflector 개체의 Methods 속성으로 식별되며 웹 서비스 클래스에 속하는 웹 서비스 메서드를 가져옵니다.

설명

웹 서비스 메서드는 구분 된 WebMethodAttribute합니다.

적용 대상