SoapDocumentMethodAttribute Oluşturucular

Tanım

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

Aşırı Yüklemeler

SoapDocumentMethodAttribute()

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

SoapDocumentMethodAttribute(String)

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

SoapDocumentMethodAttribute()

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

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

Şunlara uygulanır

SoapDocumentMethodAttribute(String)

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

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

Parametreler

action
String

SOAPAction SOAP isteğinin HTTP üst bilgi alanı. Action özelliğini ayarlar.

Şunlara uygulanır