StreamBodyWriter.OnCreateBufferedCopy(Int32) Méthode

Définition

Remplacez cette méthode pour créer une copie mise en mémoire tampon du flux de données.

protected:
 override System::ServiceModel::Channels::BodyWriter ^ OnCreateBufferedCopy(int maxBufferSize);
protected override System.ServiceModel.Channels.BodyWriter OnCreateBufferedCopy (int maxBufferSize);
override this.OnCreateBufferedCopy : int -> System.ServiceModel.Channels.BodyWriter
Protected Overrides Function OnCreateBufferedCopy (maxBufferSize As Integer) As BodyWriter

Paramètres

maxBufferSize
Int32

Taille maximale de la mémoire tampon.

Retours

BodyWriter

Enregistreur de corps.

S’applique à