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