SoapHttpClientProtocol.GetWriterForMessage(SoapClientMessage, Int32) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Zwraca zainicjowane XmlWriter z Stream właściwością parametru SoapClientMessage .
protected:
virtual System::Xml::XmlWriter ^ GetWriterForMessage(System::Web::Services::Protocols::SoapClientMessage ^ message, int bufferSize);
protected virtual System.Xml.XmlWriter GetWriterForMessage (System.Web.Services.Protocols.SoapClientMessage message, int bufferSize);
abstract member GetWriterForMessage : System.Web.Services.Protocols.SoapClientMessage * int -> System.Xml.XmlWriter
override this.GetWriterForMessage : System.Web.Services.Protocols.SoapClientMessage * int -> System.Xml.XmlWriter
Protected Overridable Function GetWriterForMessage (message As SoapClientMessage, bufferSize As Integer) As XmlWriter
Parametry
- message
- SoapClientMessage
Element SoapClientMessage zapewniający Stream inicjowanie obiektu XmlWriter.
- bufferSize
- Int32
Początkowy rozmiar buforu StreamWriter używany przez XmlWriterelement .
Zwraca
Zainicjowany XmlWriter z Stream właściwością parametru message
.