SoapServerMethod 建構函式

定義

會產生一個新的 SoapServerMethod

多載

名稱 Description
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

用 來 LogicalMethodInfo 初始化此 SoapServerMethod

適用於