다음을 통해 공유


SoapDocumentServiceAttribute 생성자

정의

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

오버로드

SoapDocumentServiceAttribute()

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

SoapDocumentServiceAttribute(SoapBindingUse)

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

SoapDocumentServiceAttribute(SoapBindingUse, SoapParameterStyle)

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

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 Web services의 매개 변수 형식입니다. Use 속성을 설정합니다.

적용 대상

SoapDocumentServiceAttribute(SoapBindingUse, SoapParameterStyle)

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

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 Web services의 XML Web services 메서드가 적용되는 SOAP 메시지의 Body 요소 아래에 있는 단일 XML 요소 내에서 매개 변수가 캡슐화되는지 여부를 설정합니다. ParameterStyle 속성을 설정합니다.

적용 대상