6 references to Handshake
System.Net.Security (6)
System\Net\Security\SslStream.IO.cs (3)
341
else if (token.Failed && (_lastFrame.Header.Type == TlsContentType.
Handshake
|| _lastFrame.Header.Type == TlsContentType.ChangeCipherSpec))
429
case TlsContentType.
Handshake
:
508
if ((nextHeader.Type != TlsContentType.
Handshake
&& nextHeader.Type != TlsContentType.ChangeCipherSpec) && !_isRenego || frameSize > availableData.Length - chunkSize)
System\Net\Security\TlsFrameHelper.cs (3)
130
if (Header.Type == TlsContentType.
Handshake
)
211
header.Type = TlsContentType.
Handshake
;
254
if (info.Header.Type != TlsContentType.
Handshake
|| frame.Length <= HandshakeTypeOffset)