Partager via


SoapServerMethod Constructeurs

Définition

Crée un SoapServerMethod.

Surcharges

SoapServerMethod()

Crée un SoapServerMethod.

SoapServerMethod(Type, LogicalMethodInfo)

Crée un SoapServerMethod.

SoapServerMethod()

Crée un SoapServerMethod.

public:
 SoapServerMethod();
public SoapServerMethod ();
Public Sub New ()

S’applique à

SoapServerMethod(Type, LogicalMethodInfo)

Crée un 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

serverType
Type

Type auquel cette méthode appartient.

methodInfo
LogicalMethodInfo

LogicalMethodInfo avec lequel initialiser ce SoapServerMethod.

S’applique à