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