WebBodyFormatMessageProperty 클래스

정의

복합 웹 메시지 인코더에 대한 들어오는 메시지와 나가는 메시지의 메시지 인코딩 형식을 저장하고 검색합니다.

public ref class WebBodyFormatMessageProperty sealed : System::ServiceModel::Channels::IMessageProperty
public sealed class WebBodyFormatMessageProperty : System.ServiceModel.Channels.IMessageProperty
type WebBodyFormatMessageProperty = class
    interface IMessageProperty
Public NotInheritable Class WebBodyFormatMessageProperty
Implements IMessageProperty
상속
WebBodyFormatMessageProperty
구현

설명

예를 들어, 복합 웹 메시지 포맷터에서 이 속성을 사용하여 복합 웹 메시지 인코더가 메시지를 인코딩한 방법을 확인할 수 있습니다. WebBodyFormatMessagePropertyIMessageProperty를 구현합니다. 이 인터페이스를 구현하는 개체는 액세스 키를 제공하는 Properties과 함께 Name의 값을 통해 추가됩니다.

생성자

WebBodyFormatMessageProperty(WebContentFormat)

지정된 형식을 사용하여 WebBodyFormatMessageProperty 클래스의 새 인스턴스를 초기화합니다.

필드

Name

속성의 이름을 반환합니다.

속성

Format

메시지 본문에 사용되는 형식을 가져옵니다.

메서드

CreateCopy()

현재 속성의 현재 인스턴스를 반환합니다.

Equals(Object)

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

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

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

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

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

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

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

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

생성할 때 사용된 인코딩 형식과 속성의 이름을 반환합니다.

적용 대상