9 references to Info
System.Net.Mail (9)
src\libraries\Common\src\System\Net\ContextAwareResult.cs (3)
259
if (NetEventSource.Log.IsEnabled()) NetEventSource.
Info
(this);
305
if (NetEventSource.Log.IsEnabled()) NetEventSource.
Info
(this, $"_context:{_context}");
334
if (NetEventSource.Log.IsEnabled()) NetEventSource.
Info
(this, $"_context(set):{_context != null} userToken:{userToken}");
src\libraries\Common\src\System\Net\LazyAsyncResult.cs (2)
64
if (NetEventSource.Log.IsEnabled()) NetEventSource.
Info
(this);
447
if (NetEventSource.Log.IsEnabled()) NetEventSource.
Info
(this, $"Waiting for completion event {waitHandle}");
System\Net\Mail\SmtpClient.cs (3)
370
if (NetEventSource.Log.IsEnabled()) NetEventSource.
Info
(this, $"{nameof(pickupDirectory)}={pickupDirectory}");
414
NetEventSource.
Info
(this, $"DeliveryMethod={DeliveryMethod}");
650
if (NetEventSource.Log.IsEnabled()) NetEventSource.
Info
(this, $"Calling BeginConnect. Transport: {_transport}");
System\Net\Mail\SmtpConnection.cs (1)
458
if (NetEventSource.Log.IsEnabled()) NetEventSource.
Info
(null, $"Connect returned {thisPtr}");