3 writes to _peekBio
System.Net.Security (3)
System\Net\Security\TlsSession.OpenSsl.cs (3)
130
_peekBio
= Interop.Ssl.BioNewSocketReplay(_pendingFdSocket, ReadOnlySpan<byte>.Empty);
134
_peekBio
= null;
195
_peekBio
= null;
11 references to _peekBio
System.Net.Security (11)
System\Net\Security\TlsSession.OpenSsl.cs (11)
71
if (
_peekBio
is not null)
80
_options.PreallocatedReadBio =
_peekBio
;
128
if (
_peekBio
is null)
131
if (
_peekBio
.IsInvalid)
133
_peekBio
.Dispose();
141
int rc = Interop.Ssl.BioPeekTlsFrame(
_peekBio
, out byte* framePtr, out int frameLen);
181
_options.PreallocatedReadBio =
_peekBio
;
194
_peekBio
?.Dispose();
203
if (
_peekBio
is null ||
_peekBio
.IsInvalid)
210
if (Interop.Ssl.BioGetReplayPrefix(
_peekBio
, out byte* ptr, out int len) == 1 && len > 0)