SoapServerProtocol.GetWriterForMessage(SoapServerMessage, Int32) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Devuelve un XmlTextWriter objeto inicializado con el tamaño de búfer y especificado SoapServerMessage .
protected:
virtual System::Xml::XmlWriter ^ GetWriterForMessage(System::Web::Services::Protocols::SoapServerMessage ^ message, int bufferSize);
protected virtual System.Xml.XmlWriter GetWriterForMessage(System.Web.Services.Protocols.SoapServerMessage message, int bufferSize);
abstract member GetWriterForMessage : System.Web.Services.Protocols.SoapServerMessage * int -> System.Xml.XmlWriter
override this.GetWriterForMessage : System.Web.Services.Protocols.SoapServerMessage * int -> System.Xml.XmlWriter
Protected Overridable Function GetWriterForMessage (message As SoapServerMessage, bufferSize As Integer) As XmlWriter
Parámetros
- message
- SoapServerMessage
con SoapServerMessage el que se va a inicializar .XmlTextWriter
- bufferSize
- Int32
Tamaño del búfer con el que se va a inicializar .XmlTextWriter
Devoluciones
Inicializado XmlTextWriter con el SoapServerMessage especificado por message y el tamaño del búfer especificado por bufferSize.