IAsyncSmtpClient.NoopAsync

IAsyncSmtpClient.NoopAsync method

‘No operation’ command

public Task NoopAsync(IConnection connection = null, CancellationToken token = default)
ParameterTypeDescription
connectionIConnectionConnection to a server
tokenCancellationTokenPropagates notification that operations should be canceled.

See Also