SoapDocumentServiceAttribute 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
SoapDocumentServiceAttribute 클래스의 새 인스턴스를 초기화합니다.
오버로드
| Name | Description |
|---|---|
| SoapDocumentServiceAttribute() |
모든 속성을 기본값으로 설정하는 클래스의 SoapDocumentServiceAttribute 새 인스턴스를 초기화합니다. |
| SoapDocumentServiceAttribute(SoapBindingUse) |
매개 변수 서식을 설정하는 클래스의 SoapDocumentServiceAttribute 새 인스턴스를 초기화합니다. |
| SoapDocumentServiceAttribute(SoapBindingUse, SoapParameterStyle) |
매개 변수 서식을 설정하고 매개 변수가 SOAP 메시지의 SoapDocumentServiceAttribute 요소 아래에 있는 단일 XML 요소 내에 캡슐화되는지 여부를 설정하는 클래스의 새 인스턴스를 |
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 속성을 설정합니다.