Compartir a través de


SoapServerMethod Constructores

Definición

Crea un nuevo SoapServerMethod.

Sobrecargas

SoapServerMethod()

Crea un nuevo SoapServerMethod.

SoapServerMethod(Type, LogicalMethodInfo)

Crea un nuevo SoapServerMethod.

SoapServerMethod()

Crea un nuevo SoapServerMethod.

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

Se aplica a

SoapServerMethod(Type, LogicalMethodInfo)

Crea un nuevo 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)

Parámetros

serverType
Type

Objeto Type al que pertenece este método.

methodInfo
LogicalMethodInfo

Objeto LogicalMethodInfo desde el que se va a inicializar SoapServerMethod.

Se aplica a