1 instantiation of _SslStream
System (1)
net\System\Net\SecureProtocols\_SslState.cs (1)
396
Interlocked.CompareExchange<_SslStream>(ref _SecureStream, new
_SslStream
(this), null);
16 references to _SslStream
System (16)
net\System\Net\SecureProtocols\_SslState.cs (3)
52
private
_SslStream
_SecureStream;
391
internal
_SslStream
SecureStream {
396
Interlocked.CompareExchange<
_SslStream
>(ref _SecureStream, new _SslStream(this), null);
net\System\Net\SecureProtocols\_SslStream.cs (13)
908
_SslStream
sslStream = (
_SslStream
)asyncRequest.AsyncObject;
943
_SslStream
sslStream = (
_SslStream
)asyncRequest.AsyncObject;
965
((
_SslStream
)request.AsyncObject).StartReading(request.Buffer, request.Offset, request.Count, request);
972
((
_SslStream
)request.AsyncObject)._SslState.FinishRead(null);
985
((
_SslStream
)asyncRequest.AsyncObject).StartWriting(splitWriteRequest.SplitWritesState, splitWriteRequest);
987
((
_SslStream
)asyncRequest.AsyncObject).StartWriting(asyncRequest.Buffer, asyncRequest.Offset, asyncRequest.Count, asyncRequest);
994
((
_SslStream
)asyncRequest.AsyncObject)._SslState.FinishWrite();
1005
_SslStream
sslStream = (
_SslStream
)asyncRequest.AsyncObject;
1029
_SslStream
sslStream = (
_SslStream
)asyncRequest.AsyncObject;