Compartilhar via


SoapDocumentServiceAttribute Construtores

Definição

Inicializa uma nova instância da classe SoapDocumentServiceAttribute.

Sobrecargas

SoapDocumentServiceAttribute()

Inicializa uma nova instância da classe SoapDocumentServiceAttribute, definindo todas as propriedades para os respectivos valores padrão.

SoapDocumentServiceAttribute(SoapBindingUse)

Inicializa uma nova instância da classe SoapDocumentServiceAttribute definindo a formatação de parâmetros.

SoapDocumentServiceAttribute(SoapBindingUse, SoapParameterStyle)

Inicializa uma nova instância da classe SoapDocumentServiceAttribute que define a formatação de parâmetros e define se os parâmetros são encapsulados em um único elemento XML, sob o elemento Body, em mensagens SOAP.

SoapDocumentServiceAttribute()

Inicializa uma nova instância da classe SoapDocumentServiceAttribute, definindo todas as propriedades para os respectivos valores padrão.

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

Aplica-se a

SoapDocumentServiceAttribute(SoapBindingUse)

Inicializa uma nova instância da classe SoapDocumentServiceAttribute definindo a formatação de parâmetros.

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)

Parâmetros

use
SoapBindingUse

A formatação de parâmetros do serviço Web XML. Define a propriedade Use.

Aplica-se a

SoapDocumentServiceAttribute(SoapBindingUse, SoapParameterStyle)

Inicializa uma nova instância da classe SoapDocumentServiceAttribute que define a formatação de parâmetros e define se os parâmetros são encapsulados em um único elemento XML, sob o elemento Body, em mensagens 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)

Parâmetros

use
SoapBindingUse

O estilo de formatação de parâmetros. Define a propriedade Use.

paramStyle
SoapParameterStyle

Define se os parâmetros são encapsulados em um único elemento XML, sob o elemento Body, em mensagens SOAP enviadas para e de métodos de serviço Web XML dentro do serviço Web XML. Define a propriedade ParameterStyle.

Aplica-se a