IXmlMtomWriterInitializer.SetOutput 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.
Lorsqu'elle est implémentée par un enregistreur MTOM, elle initialise un enregistreur MTOM.
public:
void SetOutput(System::IO::Stream ^ stream, System::Text::Encoding ^ encoding, int maxSizeInBytes, System::String ^ startInfo, System::String ^ boundary, System::String ^ startUri, bool writeMessageHeaders, bool ownsStream);
public void SetOutput (System.IO.Stream stream, System.Text.Encoding encoding, int maxSizeInBytes, string startInfo, string boundary, string startUri, bool writeMessageHeaders, bool ownsStream);
abstract member SetOutput : System.IO.Stream * System.Text.Encoding * int * string * string * string * bool * bool -> unit
Public Sub SetOutput (stream As Stream, encoding As Encoding, maxSizeInBytes As Integer, startInfo As String, boundary As String, startUri As String, writeMessageHeaders As Boolean, ownsStream As Boolean)
Paramètres
- stream
- Stream
Le flux dans lequel écrire.
- encoding
- Encoding
L'encodage de caractères du flux.
- maxSizeInBytes
- Int32
Le nombre maximal d'octets mis en mémoire tampon dans l'enregistreur.
- startInfo
- String
Attribut de l'en-tête SOAP ContentType, qui a la valeur « Application/soap+xml ».
- boundary
- String
La chaîne limite (boundary) MIME.
- startUri
- String
L'URI de la section MIME.
- writeMessageHeaders
- Boolean
Si true
, écrit les en-têtes de message.
- ownsStream
- Boolean
true
pour indiquer que le flux est fermé par l’enregistreur lorsqu’il est terminé ; sinon false
.