共用方式為


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

適用於