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