1 write to StreamCapacityCallback
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\ConnectHelper.cs (1)
130
StreamCapacityCallback
= streamCapacityCallback,
4 references to StreamCapacityCallback
System.Net.Quic (4)
System\Net\Quic\QuicConnection.cs (3)
270
NetEventSource.Info(this, $"{this} {nameof(QuicConnectionOptions.
StreamCapacityCallback
)} failed with {ex}.");
381
_streamCapacityCallback = options.
StreamCapacityCallback
;
458
_streamCapacityCallback = options.
StreamCapacityCallback
;
System\Net\Quic\QuicConnectionOptions.cs (1)
54
/// Arguments for <see cref="QuicConnectionOptions.
StreamCapacityCallback
"/>.