Udostępnij za pośrednictwem


SoapServerMethod Konstruktory

Definicja

Tworzy nowy adres SoapServerMethod.

Przeciążenia

SoapServerMethod()

Tworzy nowy adres SoapServerMethod.

SoapServerMethod(Type, LogicalMethodInfo)

Tworzy nowy adres SoapServerMethod.

SoapServerMethod()

Tworzy nowy adres SoapServerMethod.

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

Dotyczy

SoapServerMethod(Type, LogicalMethodInfo)

Tworzy nowy adres 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

Element Type , do którego należy ta metoda.

methodInfo
LogicalMethodInfo

Element LogicalMethodInfo , za pomocą którego należy zainicjować ten SoapServerMethodelement .

Dotyczy