다음을 통해 공유


HttpOperationBinding 클래스

정의

XML Web services 내에서 OperationBinding에 추가되는 확장성 요소를 나타냅니다. 이 클래스는 상속될 수 없습니다.

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

설명

이 클래스는 HTTP와 관련 된 WSDL (웹 서비스 기술 언어)의 확장성 요소를 나타냅니다. 로 지정 된 위치를 기반으로 하는 작업의 상대 URL을 지정 합니다 HttpAddressBinding . XML Web services에 대 한 프로토콜을 지정 하는 방법에 대 한 자세한 내용은 Xml Web Services Using ASP.NET을 참조 하십시오. WSDL에 대한 자세한 내용은 WSDL 사양을 참조하세요.

생성자

HttpOperationBinding()

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

속성

Handled

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

(다음에서 상속됨 ServiceDescriptionFormatExtension)
Location

WSDL(웹 서비스 설명 언어) 문서 내에서, HttpAddressBinding이 지정하는 위치에 상대적이며 HttpOperationBinding이 지원하는 작업에 상대적인 URL을 가져오거나 설정합니다.

Parent

ServiceDescriptionFormatExtension의 상위를 가져옵니다.

(다음에서 상속됨 ServiceDescriptionFormatExtension)
Required

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

(다음에서 상속됨 ServiceDescriptionFormatExtension)

메서드

Equals(Object)

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

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

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

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

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

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

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

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

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

(다음에서 상속됨 Object)

적용 대상