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