SoapHttpClientProtocol.GetWriterForMessage(SoapClientMessage, Int32) Metoda

Definice

XmlWriter Vrátí inicializovaný s Stream vlastností parametruSoapClientMessage.

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

A SoapClientMessage , který poskytuje Stream inicializaci XmlWriter.

bufferSize
Int32

Počáteční velikost StreamWriter vyrovnávací paměti používaného parametrem XmlWriter.

Návraty

Inicializováno XmlWriter s Stream vlastností parametru message .

Platí pro