SoapServerMethod 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建一个新的 SoapServerMethod。
重载
SoapServerMethod() |
创建一个新的 SoapServerMethod。 |
SoapServerMethod(Type, LogicalMethodInfo) |
创建一个新的 SoapServerMethod。 |
SoapServerMethod()
创建一个新的 SoapServerMethod。
public:
SoapServerMethod();
public SoapServerMethod ();
Public Sub New ()
适用于
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。