DsmlSoapHttpConnection.SoapActionHeader 속성

정의

다른 HTTP 헤더와 함께 전송된 SOAP 작업 헤더를 가져오거나 설정합니다.

public:
 property System::String ^ SoapActionHeader { System::String ^ get(); void set(System::String ^ value); };
public string SoapActionHeader { get; set; }
member this.SoapActionHeader : string with get, set
Public Property SoapActionHeader As String

속성 값

다른 HTTP 헤더와 함께 보낸 SOAP 작업 헤더입니다.

설명

이 속성의 기본값은 "#batchRequest"입니다.

적용 대상