SoapDocumentServiceAttribute Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy SoapDocumentServiceAttribute.

Przeciążenia

SoapDocumentServiceAttribute()

Inicjuje SoapDocumentServiceAttribute nowe wystąpienie klasy ustawiając wszystkie właściwości na wartości domyślne.

SoapDocumentServiceAttribute(SoapBindingUse)

Inicjuje SoapDocumentServiceAttribute nowe wystąpienie klasy ustawiające formatowanie parametru.

SoapDocumentServiceAttribute(SoapBindingUse, SoapParameterStyle)

Inicjuje SoapDocumentServiceAttribute nowe wystąpienie klasy, które ustawia formatowanie parametrów i ustawia, czy parametry są hermetyzowane w ramach jednego elementu XML w Body obszarze elementu w komunikatach SOAP.

SoapDocumentServiceAttribute()

Inicjuje SoapDocumentServiceAttribute nowe wystąpienie klasy ustawiając wszystkie właściwości na wartości domyślne.

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

Dotyczy

SoapDocumentServiceAttribute(SoapBindingUse)

Inicjuje SoapDocumentServiceAttribute nowe wystąpienie klasy ustawiające formatowanie parametru.

public:
 SoapDocumentServiceAttribute(System::Web::Services::Description::SoapBindingUse use);
public SoapDocumentServiceAttribute (System.Web.Services.Description.SoapBindingUse use);
new System.Web.Services.Protocols.SoapDocumentServiceAttribute : System.Web.Services.Description.SoapBindingUse -> System.Web.Services.Protocols.SoapDocumentServiceAttribute
Public Sub New (use As SoapBindingUse)

Parametry

use
SoapBindingUse

Formatowanie parametrów usługi sieci Web XML. Use Ustawia właściwość .

Dotyczy

SoapDocumentServiceAttribute(SoapBindingUse, SoapParameterStyle)

Inicjuje SoapDocumentServiceAttribute nowe wystąpienie klasy, które ustawia formatowanie parametrów i ustawia, czy parametry są hermetyzowane w ramach jednego elementu XML w Body obszarze elementu w komunikatach SOAP.

public:
 SoapDocumentServiceAttribute(System::Web::Services::Description::SoapBindingUse use, System::Web::Services::Protocols::SoapParameterStyle paramStyle);
public SoapDocumentServiceAttribute (System.Web.Services.Description.SoapBindingUse use, System.Web.Services.Protocols.SoapParameterStyle paramStyle);
new System.Web.Services.Protocols.SoapDocumentServiceAttribute : System.Web.Services.Description.SoapBindingUse * System.Web.Services.Protocols.SoapParameterStyle -> System.Web.Services.Protocols.SoapDocumentServiceAttribute
Public Sub New (use As SoapBindingUse, paramStyle As SoapParameterStyle)

Parametry

use
SoapBindingUse

Styl formatowania parametrów. Use Ustawia właściwość .

paramStyle
SoapParameterStyle

Określa, czy parametry są hermetyzowane w ramach jednego elementu XML w obszarze Body elementu w komunikatach SOAP wysyłanych do i z metod usługi sieci Web XML w usłudze sieci Web XML. ParameterStyle Ustawia właściwość .

Dotyczy