다음을 통해 공유


Soap12BodyBinding 클래스

정의

XML Web services가 SOAP 프로토콜 버전 1.2를 지원할 때 InputBinding 또는 OutputBinding에 적용되는 서비스 설명 형식 확장을 나타냅니다. 이 클래스는 상속될 수 없습니다.

public ref class Soap12BodyBinding sealed : System::Web::Services::Description::SoapBodyBinding
[System.Web.Services.Configuration.XmlFormatExtension("body", "http://schemas.xmlsoap.org/wsdl/soap12/", typeof(System.Web.Services.Description.InputBinding), typeof(System.Web.Services.Description.OutputBinding), typeof(System.Web.Services.Description.MimePart))]
public sealed class Soap12BodyBinding : System.Web.Services.Description.SoapBodyBinding
[<System.Web.Services.Configuration.XmlFormatExtension("body", "http://schemas.xmlsoap.org/wsdl/soap12/", typeof(System.Web.Services.Description.InputBinding), typeof(System.Web.Services.Description.OutputBinding), typeof(System.Web.Services.Description.MimePart))>]
type Soap12BodyBinding = class
    inherit SoapBodyBinding
Public NotInheritable Class Soap12BodyBinding
Inherits SoapBodyBinding
상속
특성

설명

이 클래스는 추상 형식 정의 또는 구체적인 스키마 정의 내에 표시 되는 방식을 지정 합니다 <Body> SOAP 메시지의 요소입니다.

XML Web services에 대 한 프로토콜을 지정 하는 방법에 대 한 자세한 내용은 Xml Web Services Using ASP.NET을 참조 하십시오. WSDL (웹 서비스 기술 언어)에 대 한 자세한 내용은 wsdl 사양을 참조 하십시오.

생성자

Soap12BodyBinding()

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

속성

Encoding

공백으로 구분되는 URI 목록이 들어 있는 문자열을 가져오거나 설정합니다. URI는 SOAP 본문 내에서 메시지를 인코딩하는 데 사용할 인코딩 스타일을 나타냅니다.

(다음에서 상속됨 SoapBodyBinding)
Handled

확장성 요소를 가져올 때 ServiceDescriptionFormatExtension이 가져오기 프로세스에서 사용되는지 여부를 나타내는 값을 가져오거나 설정합니다.

(다음에서 상속됨 ServiceDescriptionFormatExtension)
Namespace

Encoding 속성에서 특별히 정의하지 않은 콘텐츠의 인코딩 사양 위치를 나타내는 URI를 가져오거나 설정합니다.

(다음에서 상속됨 SoapBodyBinding)
Parent

ServiceDescriptionFormatExtension의 상위를 가져옵니다.

(다음에서 상속됨 ServiceDescriptionFormatExtension)
Parts

전송된 메시지에서 전송의 SOAP 본문 부분에 나타날 메시지 부분을 나타내는 값을 가져오거나 설정합니다.

(다음에서 상속됨 SoapBodyBinding)
PartsString

전송된 메시지에서 전송의 SOAP 본문 부분에 나타날 메시지 부분을 나타내는 값을 가져오거나 설정합니다.

(다음에서 상속됨 SoapBodyBinding)
Required

ServiceDescriptionFormatExtension이 참조하는 작업에 이것이 필요한지 여부를 나타내는 값을 가져오거나 설정합니다.

(다음에서 상속됨 ServiceDescriptionFormatExtension)
Use

메시지 부분이 지정된 규칙을 사용하여 인코딩되는지 또는 메시지의 구체적인 스키마를 정의하는지를 나타냅니다.

(다음에서 상속됨 SoapBodyBinding)

메서드

Equals(Object)

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
GetHashCode()

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetType()

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

적용 대상

추가 정보