SoapHttpClientProtocol.GetWriterForMessage(SoapClientMessage, Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne un XmlWriter initialisé avec la Stream propriété du SoapClientMessage paramètre.
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
Paramètres
- message
- SoapClientMessage
Qui SoapClientMessage fournit l’initialisation Stream du XmlWriter.
- bufferSize
- Int32
Taille initiale de la StreamWriter mémoire tampon utilisée par le XmlWriter.
Retours
Initialisé XmlWriter avec la Stream propriété du message paramètre.