SoapDocumentServiceAttribute Oluşturucular

Tanım

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

Aşırı Yüklemeler

Name Description
SoapDocumentServiceAttribute()

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

SoapDocumentServiceAttribute(SoapBindingUse)

Parametre biçimlendirmesini ayarlayarak sınıfın SoapDocumentServiceAttribute yeni bir örneğini başlatır.

SoapDocumentServiceAttribute(SoapBindingUse, SoapParameterStyle)

Parametre biçimlendirmesini ayarlayan ve soap iletilerinde öğesinin SoapDocumentServiceAttribute altındaki tek bir XML öğesi içinde parametrelerin kapsüllenip kapsüllenmeyeceğini ayarlayan sınıfın Body yeni bir örneğini başlatır.

SoapDocumentServiceAttribute()

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

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

Şunlara uygulanır

SoapDocumentServiceAttribute(SoapBindingUse)

Parametre biçimlendirmesini ayarlayarak sınıfın SoapDocumentServiceAttribute yeni bir örneğini başlatır.

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)

Parametreler

use
SoapBindingUse

XML Web hizmetinin parametre biçimlendirmesi. Use özelliğini ayarlar.

Şunlara uygulanır

SoapDocumentServiceAttribute(SoapBindingUse, SoapParameterStyle)

Parametre biçimlendirmesini ayarlayan ve soap iletilerinde öğesinin SoapDocumentServiceAttribute altındaki tek bir XML öğesi içinde parametrelerin kapsüllenip kapsüllenmeyeceğini ayarlayan sınıfın Body yeni bir örneğini başlatır.

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)

Parametreler

use
SoapBindingUse

Parametre biçimlendirme stili. Use özelliğini ayarlar.

paramStyle
SoapParameterStyle

XML Web hizmeti içindeki XML Web hizmeti yöntemlerine gönderilen ve bu yöntemlerden gönderilen SOAP iletilerinde, tek bir XML öğesinde, öğesinin altında Body parametrelerin kapsüllenip kapsüllenmeyeceğini ayarlar. ParameterStyle özelliğini ayarlar.

Şunlara uygulanır