StreamBodyWriter.OnCreateBufferedCopy(Int32) Metodo

Definizione

Eseguire l'override di questo metodo per creare una copia memorizzata nel buffer del flusso.

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

Parametri

maxBufferSize
Int32

Le dimensioni massime del buffer.

Restituisce

Un writer del corpo.

Si applica a