Condividi tramite


SoapServerMethod Costruttori

Definizione

Crea un nuovo oggetto SoapServerMethod.

Overload

SoapServerMethod()

Crea un nuovo oggetto SoapServerMethod.

SoapServerMethod(Type, LogicalMethodInfo)

Crea un nuovo oggetto SoapServerMethod.

SoapServerMethod()

Crea un nuovo oggetto SoapServerMethod.

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

Si applica a

SoapServerMethod(Type, LogicalMethodInfo)

Crea un nuovo oggetto 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)

Parametri

serverType
Type

Oggetto Type a cui appartiene il metodo.

methodInfo
LogicalMethodInfo

Oggetto LogicalMethodInfo con cui inizializzare l'oggetto SoapServerMethod.

Si applica a