1 write to _InnerStream
System (1)
net\System\Net\SecureProtocols\AuthenticatedStream.cs (1)
40
_InnerStream
= innerStream;
3 references to _InnerStream
System (3)
net\System\Net\SecureProtocols\AuthenticatedStream.cs (3)
53
return
_InnerStream
;
69
_InnerStream
.Flush();
73
_InnerStream
.Close();