SoapServerMethod 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建新的 SoapServerMethod。
重载
| 名称 | 说明 |
|---|---|
| SoapServerMethod() |
创建新的 SoapServerMethod。 |
| SoapServerMethod(Type, LogicalMethodInfo) |
创建新的 SoapServerMethod。 |
SoapServerMethod()
SoapServerMethod(Type, LogicalMethodInfo)
创建新的 SoapServerMethod。
public:
SoapServerMethod(Type ^ serverType, System::Web::Services::Protocols::LogicalMethodInfo ^ methodInfo);
public SoapServerMethod(Type serverType, System.Web.Services.Protocols.LogicalMethodInfo methodInfo);
new System.Web.Services.Protocols.SoapServerMethod : Type * System.Web.Services.Protocols.LogicalMethodInfo -> System.Web.Services.Protocols.SoapServerMethod
Public Sub New (serverType As Type, methodInfo As LogicalMethodInfo)
参数
- methodInfo
- LogicalMethodInfo
要 LogicalMethodInfo 初始化此 SoapServerMethod项的项。