Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ AcceptStreamsAsync()

async Task System.Net.Http.Http3Connection.AcceptStreamsAsync ( )
inlineprivate

Definition at line 297 of file Http3Connection.cs.

298 {
299 try
300 {
301 while (true)
302 {
304 lock (SyncObj)
305 {
306 if (ShuttingDown)
307 {
308 break;
309 }
311 }
313 }
314 }
316 {
317 }
318 catch (Exception abortException)
319 {
321 }
322 }
async Task ProcessServerStreamAsync(QuicStream stream)
async ValueTask< QuicStream > AcceptStreamAsync(CancellationToken cancellationToken=default(CancellationToken))

References System.Net.Http.Http3Connection._connection, System.Net.Abort, System.Net.Quic.QuicConnection.AcceptStreamAsync(), System.Threading.CancellationToken.None, System.Net.Http.Http3Connection.ProcessServerStreamAsync(), System.Net.Http.Http3Connection.ShuttingDown, and System.Net.Http.Http3Connection.SyncObj.

Referenced by System.Net.Http.Http3Connection.Http3Connection().