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