SoapServerMethod 构造函数

定义

创建一个新的 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)

参数

serverType
Type

此方法所属的 Type

methodInfo
LogicalMethodInfo

用于初始化此 LogicalMethodInfoSoapServerMethod

适用于