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