다음을 통해 공유


Soap12OperationBinding 클래스

정의

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

public ref class Soap12OperationBinding sealed : System::Web::Services::Description::SoapOperationBinding
[System.Web.Services.Configuration.XmlFormatExtension("operation", "http://schemas.xmlsoap.org/wsdl/soap12/", typeof(System.Web.Services.Description.OperationBinding))]
public sealed class Soap12OperationBinding : System.Web.Services.Description.SoapOperationBinding
[<System.Web.Services.Configuration.XmlFormatExtension("operation", "http://schemas.xmlsoap.org/wsdl/soap12/", typeof(System.Web.Services.Description.OperationBinding))>]
type Soap12OperationBinding = class
    inherit SoapOperationBinding
Public NotInheritable Class Soap12OperationBinding
Inherits SoapOperationBinding
상속
특성

설명

이 클래스는 메시지 전송 SOAP 프로토콜 버전 1.2를 사용 하는 지정는 SOAP 메시지를 포맷 하는 방법에 대 한 정보를 제공 합니다.

생성자

Soap12OperationBinding()

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

속성

Handled

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

(다음에서 상속됨 ServiceDescriptionFormatExtension)
Parent

ServiceDescriptionFormatExtension의 상위를 가져옵니다.

(다음에서 상속됨 ServiceDescriptionFormatExtension)
Required

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

(다음에서 상속됨 ServiceDescriptionFormatExtension)
SoapAction

SOAP 헤더의 URI를 가져오거나 설정합니다.

(다음에서 상속됨 SoapOperationBinding)
SoapActionRequired

XML Web services에 SOAPAction HTTP 헤더가 필요할 것으로 예상되는지 여부를 나타내는 값을 가져오거나 설정합니다.

Style

SoapOperationBinding에서 사용하는 SOAP 바인딩 형식을 가져오거나 설정합니다.

(다음에서 상속됨 SoapOperationBinding)

메서드

Equals(Object)

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

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

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

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

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

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

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

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

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

(다음에서 상속됨 Object)

적용 대상

추가 정보