1 write to buffer
System (1)
net\System\Net\mail\MimePart.cs (1)
268
buffer
= new byte[maxBufferSize];
5 references to buffer
System (5)
net\System\Net\mail\MimePart.cs (5)
175
IAsyncResult writeResult = context.outputStream.BeginWrite(context.
buffer
, 0, context.bytesLeft, writeCallback, context);
207
IAsyncResult readResult = Stream.BeginRead(context.
buffer
, 0, context.
buffer
.Length, readCallback, context);
238
IAsyncResult readResult = Stream.BeginRead(context.
buffer
, 0, context.
buffer
.Length,readCallback, context);