1 write to stream
System (1)
net\System\Net\mail\BaseWriter.cs (1)
36
this.
stream
= stream;
8 references to stream
System (8)
net\System\Net\mail\BaseWriter.cs (5)
123
Stream tempStream = new EightBitStream(this.
stream
, shouldEncodeLeadingDots);
164
IAsyncResult result = this.
stream
.BeginWrite(this.bufferBuilder.GetBuffer(), 0,
168
this.
stream
.EndWrite(result);
174
this.
stream
.Write(this.bufferBuilder.GetBuffer(), 0, this.bufferBuilder.Length);
188
thisPtr.
stream
.EndWrite(result);
net\System\Net\mail\MailWriter.cs (1)
47
this.
stream
.Close();
net\System\Net\mail\MimeWriter.cs (2)
60
this.
stream
.Close();
67
this.
stream
.Close();