Click or drag to resize
MimeKit

ProtocolLoggerLogConnect Method

Logs a connection to the specified URI.

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

Parameters

uri  Uri
The URI.

Implements

IProtocolLoggerLogConnect(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