Click or drag to resize
MimeKit

IProtocolLoggerLogConnect Method

Logs a connection to the specified URI.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
void LogConnect(
	Uri uri
)

Parameters

uri  Uri
The URI.
Exceptions
ExceptionCondition
ArgumentNullExceptionuri is null.
ObjectDisposedException The logger has been disposed.
IOException An I/O error occurred.
Remarks
Logs a connection to the specified URI.
See Also