1 write to netStream
System (1)
net\System\Net\mail\DelegatedStream.cs (1)
28
netStream
= stream as NetworkStream;
4 references to netStream
System (4)
net\System\Net\mail\DelegatedStream.cs (4)
99
if(
netStream
!= null){
100
result = this.
netStream
.UnsafeBeginRead (buffer, offset, count, callback, state);
115
if(
netStream
!= null){
116
result = this.
netStream
.UnsafeBeginWrite(buffer, offset, count, callback, state);