DsmlSoapConnection.SoapRequestHeader 속성

정의

나가는 요청에 연결된 SOAP 헤더를 가져오거나 설정합니다.

public:
 property System::Xml::XmlNode ^ SoapRequestHeader { System::Xml::XmlNode ^ get(); void set(System::Xml::XmlNode ^ value); };
public System.Xml.XmlNode SoapRequestHeader { get; set; }
member this.SoapRequestHeader : System.Xml.XmlNode with get, set
Public Property SoapRequestHeader As XmlNode

속성 값

나가는 요청에 연결된 SOAP 헤더입니다.

설명

API는 세션의 수명을 사용하고 BeginSessionEndSession 추적합니다.

Caution

헤더를 EndSession 연결하면 SoapRequestHeader API가 연결과 일치하지 않게 되며 방지해야 합니다.

적용 대상