SoapDocumentServiceAttribute 생성자

정의

SoapDocumentServiceAttribute 클래스의 새 인스턴스를 초기화합니다.

오버로드

Name Description
SoapDocumentServiceAttribute()

모든 속성을 기본값으로 설정하는 클래스의 SoapDocumentServiceAttribute 새 인스턴스를 초기화합니다.

SoapDocumentServiceAttribute(SoapBindingUse)

매개 변수 서식을 설정하는 클래스의 SoapDocumentServiceAttribute 새 인스턴스를 초기화합니다.

SoapDocumentServiceAttribute(SoapBindingUse, SoapParameterStyle)

매개 변수 서식을 설정하고 매개 변수가 SOAP 메시지의 SoapDocumentServiceAttribute 요소 아래에 있는 단일 XML 요소 내에 캡슐화되는지 여부를 설정하는 클래스의 새 인스턴스를 Body 초기화합니다.

SoapDocumentServiceAttribute()

모든 속성을 기본값으로 설정하는 클래스의 SoapDocumentServiceAttribute 새 인스턴스를 초기화합니다.

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

적용 대상

SoapDocumentServiceAttribute(SoapBindingUse)

매개 변수 서식을 설정하는 클래스의 SoapDocumentServiceAttribute 새 인스턴스를 초기화합니다.

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)

매개 변수

use
SoapBindingUse

XML 웹 서비스의 매개 변수 서식입니다. Use 속성을 설정합니다.

적용 대상

SoapDocumentServiceAttribute(SoapBindingUse, SoapParameterStyle)

매개 변수 서식을 설정하고 매개 변수가 SOAP 메시지의 SoapDocumentServiceAttribute 요소 아래에 있는 단일 XML 요소 내에 캡슐화되는지 여부를 설정하는 클래스의 새 인스턴스를 Body 초기화합니다.

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)

매개 변수

use
SoapBindingUse

매개 변수 서식 스타일입니다. Use 속성을 설정합니다.

paramStyle
SoapParameterStyle

XML 웹 서비스 내의 XML 웹 서비스 메서드와 주고 받는 SOAP 메시지의 요소 아래에 Body 있는 단일 XML 요소 내에 매개 변수가 캡슐화되는지 여부를 설정합니다. ParameterStyle 속성을 설정합니다.

적용 대상