Soap12Binding 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
SOAP 버전 1.2 프로토콜에 대한 WSDL(웹 서비스 설명 언어) 문서의 바인딩을 나타냅니다. 이 클래스는 상속될 수 없습니다.
public ref class Soap12Binding sealed : System::Web::Services::Description::SoapBinding
[System.Web.Services.Configuration.XmlFormatExtension("binding", "http://schemas.xmlsoap.org/wsdl/soap12/", typeof(System.Web.Services.Description.Binding))]
[System.Web.Services.Configuration.XmlFormatExtensionPrefix("soap12", "http://schemas.xmlsoap.org/wsdl/soap12/")]
public sealed class Soap12Binding : System.Web.Services.Description.SoapBinding
[<System.Web.Services.Configuration.XmlFormatExtension("binding", "http://schemas.xmlsoap.org/wsdl/soap12/", typeof(System.Web.Services.Description.Binding))>]
[<System.Web.Services.Configuration.XmlFormatExtensionPrefix("soap12", "http://schemas.xmlsoap.org/wsdl/soap12/")>]
type Soap12Binding = class
inherit SoapBinding
Public NotInheritable Class Soap12Binding
Inherits SoapBinding
- 상속
- 특성
설명
이 클래스는 XML 웹 서비스를 SOAP 프로토콜 버전 1.2를 사용 하 여 통신을 지원 하는지 나타내는 WSDL 문서에 추가할 XML을 나타냅니다.
이 클래스는.NET Framework 버전 1.0에서에서 지원 되지 않습니다.
생성자
Soap12Binding() |
Soap12Binding 클래스의 새 인스턴스를 초기화합니다. |
필드
HttpTransport |
SOAP 메시지의 전송 프로토콜이 HTTP임을 나타냅니다. 이 필드는 상수입니다. |
Namespace |
SOAP 프로토콜 버전 1.2에 대한 바인딩의 XML 네임스페이스를 나타냅니다. 이 필드는 상수입니다. |
속성
Handled |
확장성 요소를 가져올 때 ServiceDescriptionFormatExtension이 가져오기 프로세스에서 사용되는지 여부를 나타내는 값을 가져오거나 설정합니다. (다음에서 상속됨 ServiceDescriptionFormatExtension) |
Parent |
ServiceDescriptionFormatExtension의 상위를 가져옵니다. (다음에서 상속됨 ServiceDescriptionFormatExtension) |
Required |
ServiceDescriptionFormatExtension이 참조하는 작업에 이것이 필요한지 여부를 나타내는 값을 가져오거나 설정합니다. (다음에서 상속됨 ServiceDescriptionFormatExtension) |
Style |
현재 SoapBinding에서 사용하는 SOAP 바인딩 형식을 지정합니다. (다음에서 상속됨 SoapBinding) |
Transport |
SOAP 데이터의 HTTP 전송 사양을 통해 URI를 가져오거나 설정합니다. (다음에서 상속됨 SoapBinding) |
메서드
Equals(Object) |
지정된 개체가 현재 개체와 같은지 확인합니다. (다음에서 상속됨 Object) |
GetHashCode() |
기본 해시 함수로 작동합니다. (다음에서 상속됨 Object) |
GetType() |
현재 인스턴스의 Type을 가져옵니다. (다음에서 상속됨 Object) |
MemberwiseClone() |
현재 Object의 단순 복사본을 만듭니다. (다음에서 상속됨 Object) |
ToString() |
현재 개체를 나타내는 문자열을 반환합니다. (다음에서 상속됨 Object) |