Aracılığıyla paylaş


SoapRpcMethodAttribute Oluşturucular

Tanım

SoapRpcMethodAttribute sınıfının yeni bir örneğini başlatır.

Aşırı Yüklemeler

SoapRpcMethodAttribute()

Sınıfın SoapRpcMethodAttribute yeni bir örneğini başlatır ve tüm özellikleri varsayılan değerlerine ayarlar.

SoapRpcMethodAttribute(String)

özelliğini parametresinin SoapRpcMethodAttribute değerine action ayarlayarak Action sınıfının yeni bir örneğini başlatır.

SoapRpcMethodAttribute()

Sınıfın SoapRpcMethodAttribute yeni bir örneğini başlatır ve tüm özellikleri varsayılan değerlerine ayarlar.

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

Şunlara uygulanır

SoapRpcMethodAttribute(String)

özelliğini parametresinin SoapRpcMethodAttribute değerine action ayarlayarak Action sınıfının yeni bir örneğini başlatır.

public:
 SoapRpcMethodAttribute(System::String ^ action);
public SoapRpcMethodAttribute(string action);
new System.Web.Services.Protocols.SoapRpcMethodAttribute : string -> System.Web.Services.Protocols.SoapRpcMethodAttribute
Public Sub New (action As String)

Parametreler

action
String

SOAP isteğinin amacı. Action özelliğini ayarlar.

Şunlara uygulanır