Soap12HeaderBinding 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
XML 웹 서비스가 SOAP 프로토콜 버전 1.2를 InputBinding 지원하는 경우 또는 OutputBinding 적용된 서비스 설명 형식 확장을 나타냅니다. 이 클래스는 상속할 수 없습니다.
public ref class Soap12HeaderBinding sealed : System::Web::Services::Description::SoapHeaderBinding
[System.Web.Services.Configuration.XmlFormatExtension("header", "http://schemas.xmlsoap.org/wsdl/soap12/", typeof(System.Web.Services.Description.InputBinding), typeof(System.Web.Services.Description.OutputBinding))]
public sealed class Soap12HeaderBinding : System.Web.Services.Description.SoapHeaderBinding
[<System.Web.Services.Configuration.XmlFormatExtension("header", "http://schemas.xmlsoap.org/wsdl/soap12/", typeof(System.Web.Services.Description.InputBinding), typeof(System.Web.Services.Description.OutputBinding))>]
type Soap12HeaderBinding = class
inherit SoapHeaderBinding
Public NotInheritable Class Soap12HeaderBinding
Inherits SoapHeaderBinding
- 상속
- 특성
설명
이 클래스는 추상 형식 정의 또는 구체적인 스키마 정의인 메시지가 SOAP 메시지의 요소 내에 <Header> 표시되는 방식을 지정합니다.
XML 웹 서비스에 대한 프로토콜을 지정하는 방법에 대한 자세한 내용은 XML Web Services using ASP.NET 참조하세요. WSDL(Web Services Description Language)에 대한 자세한 내용은 WSDL 사양을 참조하세요.
생성자
| Name | Description |
|---|---|
| Soap12HeaderBinding() |
Soap12HeaderBinding 클래스의 새 인스턴스를 초기화합니다. |
속성
| Name | Description |
|---|---|
| Encoding |
SOAP 헤더를 인코딩하는 데 사용되는 인코딩 스타일을 나타내는 URI를 가져오거나 설정합니다. (다음에서 상속됨 SoapHeaderBinding) |
| Fault |
SOAP 헤더의 XML 요소에 대한 WSDL 문서의 출력을 |
| Handled |
확장성 요소를 가져올 때 가져오기 프로세스에서 사용되는지 여부를 ServiceDescriptionFormatExtension 나타내는 값을 가져오거나 설정합니다. (다음에서 상속됨 ServiceDescriptionFormatExtension) |
| MapToProperty |
인스턴스가 생성된 프록시 클래스의 SoapHeaderBinding 특정 속성에 매핑되는지 여부를 나타내는 값을 가져오거나 설정합니다. (다음에서 상속됨 SoapHeaderBinding) |
| Message |
적용되는 XML 웹 서비스 Message 내의 SoapHeaderBinding 이름을 지정하는 값을 가져오거나 설정합니다. (다음에서 상속됨 SoapHeaderBinding) |
| Namespace |
속성에 의해 특별히 정의되지 않은 콘텐츠 인코딩에 대한 사양의 위치를 나타내는 URI를 Encoding 얻거나 설정합니다. (다음에서 상속됨 SoapHeaderBinding) |
| Parent |
의 부모를 ServiceDescriptionFormatExtension가져옵니다. (다음에서 상속됨 ServiceDescriptionFormatExtension) |
| Part |
XML 웹 서비스 MessagePart 내에서 적용되는 값을 SoapHeaderBinding 가져오거나 설정합니다. (다음에서 상속됨 SoapHeaderBinding) |
| Required |
참조하는 작업에 필요한지 여부를 ServiceDescriptionFormatExtension 나타내는 값을 가져오거나 설정합니다. (다음에서 상속됨 ServiceDescriptionFormatExtension) |
| Use |
헤더가 속성에 지정된 Encoding 규칙을 사용하여 인코딩되는지 또는 구체적인 XML 스키마 내에 캡슐화되는지 여부를 지정합니다. (다음에서 상속됨 SoapHeaderBinding) |
메서드
| Name | Description |
|---|---|
| Equals(Object) |
지정된 개체가 현재 개체와 같은지 여부를 확인합니다. (다음에서 상속됨 Object) |
| GetHashCode() |
기본 해시 함수로 사용됩니다. (다음에서 상속됨 Object) |
| GetType() |
현재 인스턴스의 Type 가져옵니다. (다음에서 상속됨 Object) |
| MemberwiseClone() |
현재 Object단순 복사본을 만듭니다. (다음에서 상속됨 Object) |
| ToString() |
현재 개체를 나타내는 문자열을 반환합니다. (다음에서 상속됨 Object) |