SoapDocumentMethodAttribute Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy SoapDocumentMethodAttribute.

Przeciążenia

Nazwa Opis
SoapDocumentMethodAttribute()

Inicjuje nowe wystąpienie klasy SoapDocumentMethodAttribute.

SoapDocumentMethodAttribute(String)

Inicjuje SoapDocumentMethodAttribute nowe wystąpienie klasy, ustawiając Action właściwość na wartość parametru action .

SoapDocumentMethodAttribute()

Inicjuje nowe wystąpienie klasy SoapDocumentMethodAttribute.

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

Dotyczy

SoapDocumentMethodAttribute(String)

Inicjuje SoapDocumentMethodAttribute nowe wystąpienie klasy, ustawiając Action właściwość na wartość parametru action .

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)

Parametry

action
String

Pole SOAPAction nagłówka HTTP żądania PROTOKOŁU SOAP. Ustawia właściwość Action.

Dotyczy