ProtocolReflector.Methods 属性

定义

获取属于 Web 服务类的 Web 服务方法,如关联 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[]

属于 Web 服务类的 Web 服务方法,如关联 ProtocolReflector 对象的 Methods 属性所标识。

注解

Web 服务方法由标识 WebMethodAttribute

适用于