System::Web::Services::Protocols::SoapHeader class
내용물
[
숨다
]SoapHeader class
SOAP 헤더의 내용을 나타냅니다. 이 클래스의 객체는 System::MakeObject() 함수를 사용하여 할당해야 합니다. 스택이나 operator new를 사용하여 이 유형의 인스턴스를 생성하면 런타임 오류 및/또는 어설션 오류가 발생합니다. 항상 이 클래스를 System::SmartPtr 포인터로 감싸고 해당 포인터를 함수 인수로 전달하십시오.
class SoapHeader : public System::Object
메서드
| 메서드 | 설명 |
|---|---|
| get_Actor() | SOAP 버전 1.1을 사용할 때 SOAP 헤더 수신자의 URI를 가져옵니다. |
| get_DidUnderstand() | SOAP 헤더가 올바르게 처리되었는지 여부를 나타내는 값을 가져옵니다. |
| get_EncodedMustUnderstand() | SOAP 버전 1.1을 사용할 때 ‘mustUnderstand’ 속성의 값을 가져옵니다. |
| get_EncodedMustUnderstand12() | SOAP 버전 1.2를 사용할 때 ‘mustUnderstand’ 속성의 값을 가져옵니다. |
| get_EncodedRelay() | ‘relay’ 속성 값의 문자열 표현을 가져옵니다. |
| get_MustUnderstand() | SOAP 헤더를 반드시 이해해야 하는지 여부를 나타내는 값을 가져옵니다. |
| get_Relay() | ‘relay’ 속성의 값을 가져옵니다. |
| get_Role() | SOAP 버전 1.2를 사용할 때 SOAP 헤더 수신자의 URI를 가져옵니다. |
| set_Actor(String) | SOAP 버전 1.1을 사용할 때 SOAP 헤더 수신자의 URI를 설정합니다. |
| set_DidUnderstand(bool) | SOAP 헤더가 올바르게 처리되었는지 여부를 나타내는 값을 설정합니다. |
| set_EncodedMustUnderstand(String) | SOAP 버전 1.1을 사용할 때 ‘mustUnderstand’ 속성의 값을 설정합니다. |
| set_EncodedMustUnderstand12(String) | SOAP 버전 1.2를 사용할 때 ‘mustUnderstand’ 속성의 값을 설정합니다. |
| set_EncodedRelay(String) | ‘relay’ 속성 값의 문자열 표현을 설정합니다. |
| set_MustUnderstand(bool) | SOAP 헤더를 반드시 이해해야 하는지 여부를 나타내는 값을 설정합니다. |
| set_Relay(bool) | ‘relay’ 속성의 값을 설정합니다. |
| set_Role(String) | SOAP 버전 1.2를 사용할 때 SOAP 헤더 수신자의 URI를 설정합니다. |
| SoapHeader(System::SharedPtr<Xml::XmlElement>) | 새 인스턴스를 생성합니다. |
또 보기
- Class Object
- Namespace System::Web::Services::Protocols
- Library Aspose.Page for C++