Udostępnij za pośrednictwem


SoapHttpClientProtocol.GetWriterForMessage(SoapClientMessage, Int32) Metoda

Definicja

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

XmlWriter

Zainicjowany XmlWriter z Stream właściwością parametru message .

Dotyczy