2 references to EnsureFullTlsFrameAsync
System.Net.Security (2)
System\Net\Security\SslStream.IO.cs (2)
412
int frameSize = await
EnsureFullTlsFrameAsync
<TIOAdapter>(cancellationToken, InitialHandshakeBufferSize).ConfigureAwait(false);
863
int payloadBytes = await
EnsureFullTlsFrameAsync
<TIOAdapter>(cancellationToken, ReadBufferSize).ConfigureAwait(false);