다음을 통해 공유


SoapHeaderHandling.WriteHeaders 메서드

정의

SOAP 메시지에 지정한 SOAP 헤더 내용을 씁니다.

public:
 static void WriteHeaders(System::Xml::XmlWriter ^ writer, System::Xml::Serialization::XmlSerializer ^ serializer, System::Web::Services::Protocols::SoapHeaderCollection ^ headers, cli::array <System::Web::Services::Protocols::SoapHeaderMapping ^> ^ mappings, System::Web::Services::Protocols::SoapHeaderDirection direction, bool isEncoded, System::String ^ defaultNS, bool serviceDefaultIsEncoded, System::String ^ envelopeNS);
public static void WriteHeaders (System.Xml.XmlWriter writer, System.Xml.Serialization.XmlSerializer serializer, System.Web.Services.Protocols.SoapHeaderCollection headers, System.Web.Services.Protocols.SoapHeaderMapping[] mappings, System.Web.Services.Protocols.SoapHeaderDirection direction, bool isEncoded, string defaultNS, bool serviceDefaultIsEncoded, string envelopeNS);
static member WriteHeaders : System.Xml.XmlWriter * System.Xml.Serialization.XmlSerializer * System.Web.Services.Protocols.SoapHeaderCollection * System.Web.Services.Protocols.SoapHeaderMapping[] * System.Web.Services.Protocols.SoapHeaderDirection * bool * string * bool * string -> unit
Public Shared Sub WriteHeaders (writer As XmlWriter, serializer As XmlSerializer, headers As SoapHeaderCollection, mappings As SoapHeaderMapping(), direction As SoapHeaderDirection, isEncoded As Boolean, defaultNS As String, serviceDefaultIsEncoded As Boolean, envelopeNS As String)

매개 변수

writer
XmlWriter

헤더를 쓰는 데 사용할 XmlWriter입니다.

serializer
XmlSerializer

헤더를 쓰는 데 사용할 XmlSerializer입니다.

headers
SoapHeaderCollection

쓸 SOAP 헤더가 들어 있는 SoapHeaderCollection입니다.

mappings
SoapHeaderMapping[]

SOAP 헤더에 대한 매핑이 들어 있는 SoapHeaderMapping 형식의 배열입니다.

direction
SoapHeaderDirection

SOAP 헤더의 방향을 나타내는 SoapHeaderDirection 값입니다.

isEncoded
Boolean

SOAP 헤더를 인코딩할지 여부를 나타내는 Boolean입니다.

defaultNS
String

XML Web services의 기본 네임스페이스가 들어 있는 String입니다.

serviceDefaultIsEncoded
Boolean

기본적으로 XML Web services에서 보내거나 받은 데이터가 인코딩되는지 여부를 나타내는 Boolean입니다.

envelopeNS
String

SOAP 메시지 Envelope의 네임스페이스가 들어 있는 String입니다.

적용 대상

추가 정보