1 write to onClose
System (1)
net\System\Net\mail\ClosableStream.cs (1)
24
this.
onClose
= onClose;
2 references to onClose
System (2)
net\System\Net\mail\ClosableStream.cs (2)
30
if (this.
onClose
!= null)
31
this.
onClose
(this, new EventArgs());