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