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