Jazyk

SoapServerMethod Konstruktory

Definice

Vytvoří novou SoapServerMethod.

Přetížení

SoapServerMethod()

Vytvoří novou SoapServerMethod.

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

Platí pro

SoapServerMethod(Type, LogicalMethodInfo)

Vytvoří novou 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)

Parametry

serverType
Type

Do Type které tato metoda patří.

methodInfo
LogicalMethodInfo

S LogicalMethodInfo tím, s kterým chcete inicializovat tento SoapServerMethod.

Platí pro