SoapHttpClientProtocol.GetWriterForMessage(SoapClientMessage, Int32) Metoda

Definice

XmlWriter Vrátí inicializovaný s Stream vlastností 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

ASoapClientMessage, který poskytuje pro Stream inicializaci .XmlWriter

bufferSize
Int32

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

Návraty

Inicializován XmlWriter s Stream vlastností parametru message .

Platí pro