SoapServerMethod Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée un nouveau SoapServerMethod.
Surcharges
| Nom | Description |
|---|---|
| SoapServerMethod() |
Crée un nouveau SoapServerMethod. |
| SoapServerMethod(Type, LogicalMethodInfo) |
Crée un nouveau SoapServerMethod. |
SoapServerMethod()
Crée un nouveau SoapServerMethod.
public:
SoapServerMethod();
public SoapServerMethod();
Public Sub New ()
S’applique à
SoapServerMethod(Type, LogicalMethodInfo)
Crée un nouveau 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)
Paramètres
- methodInfo
- LogicalMethodInfo
Avec LogicalMethodInfo lequel initialiser ce SoapServerMethod.