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