SoapHttpClientProtocol.GetReaderForMessage(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 XmlReader initialisé avec la propriété Stream du paramètre SoapClientMessage.
protected:
virtual System::Xml::XmlReader ^ GetReaderForMessage(System::Web::Services::Protocols::SoapClientMessage ^ message, int bufferSize);
protected virtual System.Xml.XmlReader GetReaderForMessage (System.Web.Services.Protocols.SoapClientMessage message, int bufferSize);
abstract member GetReaderForMessage : System.Web.Services.Protocols.SoapClientMessage * int -> System.Xml.XmlReader
override this.GetReaderForMessage : System.Web.Services.Protocols.SoapClientMessage * int -> System.Xml.XmlReader
Protected Overridable Function GetReaderForMessage (message As SoapClientMessage, bufferSize As Integer) As XmlReader
Paramètres
- message
- SoapClientMessage
SoapClientMessage fournissant le Stream pour initialiser le XmlReader.
- bufferSize
- Int32
Taille de la mémoire tampon initiale du StreamReader utilisée par le XmlReader.
Retours
XmlReader initialisé avec la propriété Stream du paramètre message
.