6 references to Handshake
System.Net.Security (6)
System\Net\Security\SslStream.IO.cs (3)
366else if (token.Failed && (_lastFrame.Header.Type == TlsContentType.Handshake || _lastFrame.Header.Type == TlsContentType.ChangeCipherSpec)) 454case TlsContentType.Handshake: 533if ((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)