SoapServerMethod Oluşturucular
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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
- methodInfo
- LogicalMethodInfo
Bu LogicalMethodInfoSoapServerMethodöğesinin başlatıldığı .
Şunlara uygulanır
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.