10 references to Stream
System.Net.Mail (10)
System\Net\Mail\Attachment.cs (3)
89_part.Stream?.Close(); 125_part.Stream?.Close(); 191return _part.Stream!;
System\Net\Mime\MimePart.cs (7)
189context._bytesLeft = Stream!.EndRead(result); 227IAsyncResult readResult = Stream!.BeginRead(context._buffer, 0, context._buffer.Length, _readCallback, context); 262IAsyncResult readResult = Stream!.BeginRead(context._buffer, 0, context._buffer.Length, _readCallback, context); 325if (Stream != null) 340while ((read = Stream.Read(buffer, 0, maxBufferSize)) > 0) 353if (Stream!.CanSeek) 355Stream.Seek(0, SeekOrigin.Begin);