SoapServerMethod 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
會產生一個新的 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)
參數
- methodInfo
- LogicalMethodInfo
用 來 LogicalMethodInfo 初始化此 SoapServerMethod。