Click or drag to resize
MimeKit

NullProtocolLoggerLogServer Method

Logs a sequence of bytes sent by the server.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public void LogServer(
	byte[] buffer,
	int offset,
	int count
)

Parameters

buffer  Byte
The buffer to log.
offset  Int32
The offset of the first byte to log.
count  Int32
The number of bytes to log.

Implements

IProtocolLoggerLogServer(Byte, Int32, Int32)
Exceptions
ExceptionCondition
ArgumentNullExceptionbuffer is null.
Remarks
This method does nothing.
See Also