MailKit Documentation
MailKit Documentation
API Reference
MailKit
NullProtocolLogger Class
NullProtocolLogger Methods
Dispose Method
LogClient Method
LogConnect Method
LogServer Method
Null
Protocol
Logger
Log
Server Method
Logs a sequence of bytes sent by the server.
Namespace:
MailKit
Assembly:
MailKit (in MailKit.dll) Version: 4.7.1
Syntax
C#
Copy
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
IProtocolLogger
LogServer(
Byte
, Int32, Int32)
Exceptions
Exception
Condition
ArgumentNullException
buffer
is
null
.
Remarks
This method does nothing.
See Also
Reference
NullProtocolLogger Class
MailKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast