37 references to Info
System.Net.Quic (37)
src\libraries\Common\src\System\Net\SafeHandleCache.cs (5)
57
NetEventSource.
Info
(this, $"Found cached {handle}.");
87
NetEventSource.
Info
(this, $"Discarding {handle} (preferring cached {cached}).");
123
NetEventSource.
Info
(this, $"Current size: {_cache.Count}.");
137
NetEventSource.
Info
(this, $"Evicting cached {handle}.");
150
NetEventSource.
Info
(this, $"New size: {_cache.Count}.");
System\Net\Quic\Internal\MsQuicApi.cs (2)
107
NetEventSource.
Info
(null, $"Attempting to load MsQuic from {path}");
190
NetEventSource.
Info
(null, $"Loaded MsQuic library '{MsQuicLibraryVersion}'.");
System\Net\Quic\Internal\MsQuicConfiguration.cs (2)
59
NetEventSource.
Info
(options, $"'{certificate}' not selected because it doesn't have a private key.");
77
NetEventSource.
Info
(options, $"'{certificate}' not selected because it doesn't have a private key.");
System\Net\Quic\Internal\MsQuicSafeHandle.cs (4)
40
NetEventSource.
Info
(this, $"{this} MsQuicSafeHandle created");
67
NetEventSource.
Info
(this, $"{this} MsQuicSafeHandle released");
123
NetEventSource.
Info
(this, $"{this} {_parent} ref count incremented");
140
NetEventSource.
Info
(this, $"{this} {_parent} ref count decremented");
System\Net\Quic\QuicConnection.cs (11)
262
NetEventSource.
Info
(this, $"{this} Signaling StreamCapacityIncreased with {bidirectionalIncrement} bidirectional increment (absolute value {_bidirectionalStreamCapacity}) and {unidirectionalIncrement} unidirectional increment (absolute value {_unidirectionalStreamCapacity}).");
271
NetEventSource.
Info
(this, $"{this} {nameof(QuicConnectionOptions.StreamCapacityCallback)} failed with {ex}.");
339
NetEventSource.
Info
(this, $"{this} New outbound connection.");
500
NetEventSource.
Info
(this, $"{this} decremented stream count for {streamType} to {_unidirectionalStreamCapacity}.");
508
NetEventSource.
Info
(this, $"{this} decremented stream count for {streamType} to {_bidirectionalStreamCapacity}.");
532
NetEventSource.
Info
(this, $"{this} New outbound {type} stream {stream}.");
611
NetEventSource.
Info
(this, $"{this} Closing connection, Error code = {errorCode}");
647
NetEventSource.
Info
(this, $"{this} Connection connected {LocalEndPoint} -> {RemoteEndPoint} for {_negotiatedApplicationProtocol} protocol");
709
NetEventSource.
Info
(this, $"{this} New inbound {type} stream {stream}, Id = {stream.Id}.");
801
NetEventSource.
Info
(instance, $"{instance} Received event {connectionEvent->Type} {connectionEvent->ToString()}");
829
NetEventSource.
Info
(this, $"{this} Disposing.");
System\Net\Quic\QuicListener.cs (6)
67
NetEventSource.
Info
(listener, $"{listener} Listener listens on {listener.LocalEndPoint}");
262
NetEventSource.
Info
(connection, $"{connection} Connection handshake stopped by listener");
332
NetEventSource.
Info
(this, $"{this} Refusing connection from {MsQuicHelpers.QuicAddrToIPEndPoint(data.Info->RemoteAddress)} due to backlog limit");
343
NetEventSource.
Info
(this, $"{this} New inbound connection {connection}.");
390
NetEventSource.
Info
(instance, $"{instance} Received event {listenerEvent->Type} {listenerEvent->ToString()}");
417
NetEventSource.
Info
(this, $"{this} Disposing.");
System\Net\Quic\QuicStream.cs (7)
284
NetEventSource.
Info
(this, $"{this} Stream reading into memory of '{buffer.Length}' bytes.");
345
NetEventSource.
Info
(this, $"{this} Stream read '{totalCopied}' bytes.");
374
NetEventSource.
Info
(this, $"{this} Stream writing memory of '{buffer.Length}' bytes while {(completeWrites ? "completing" : "not completing")} writes.");
477
NetEventSource.
Info
(this, $"{this} Aborting {abortDirection} with {errorCode}");
523
NetEventSource.
Info
(this, $"{this} Completing writes.");
692
NetEventSource.
Info
(instance, $"{instance} Received event {streamEvent->Type} {streamEvent->ToString()}");
722
NetEventSource.
Info
(this, $"{this} Disposing.");