Aracılığıyla paylaş


SoapServerMethod Oluşturucular

Tanım

Yeni bir SoapServerMethod oluşturur.

Aşırı Yüklemeler

SoapServerMethod()

Yeni bir SoapServerMethod oluşturur.

SoapServerMethod(Type, LogicalMethodInfo)

Yeni bir SoapServerMethod oluşturur.

SoapServerMethod()

Yeni bir SoapServerMethod oluşturur.

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

Şunlara uygulanır

SoapServerMethod(Type, LogicalMethodInfo)

Yeni bir SoapServerMethod oluşturur.

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)

Parametreler

serverType
Type

Type Bu yöntemin ait olduğu.

methodInfo
LogicalMethodInfo

Bu LogicalMethodInfoSoapServerMethodöğesinin başlatıldığı .

Şunlara uygulanır