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 propriété Stream du paramètre 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
Paramètres
- message
- SoapClientMessage
SoapClientMessage fournissant le Stream pour initialiser le XmlWriter.
- bufferSize
- Int32
Taille de la mémoire tampon initiale du StreamWriter utilisée par le XmlWriter.
Retours
XmlWriter initialisé avec la propriété Stream du paramètre message
.