2 references to FrameOverhead
System.Net.Security (2)
System\Net\Security\SslStream.cs (2)
54private const int InitialHandshakeBufferSize = 4096 + FrameOverhead; // try to fit at least 4K ServerCertificate 55private const int ReadBufferSize = 4096 * 4 + FrameOverhead; // We read in 16K chunks + headers.