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

このLogicalMethodInfoを初期化するSoapServerMethod

適用対象