DisconnectedEventArgsProtocol Property
Gets application-level protocol of the closed connection.

Namespace: MailBee
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public TopLevelProtocolType Protocol { get; }

Property Value

Type: TopLevelProtocolType
The protocol which has been used with the connection until it was closed, or Unknown if the protocol is unknown.
Remarks
This value indicates the protocol this connection was used for.
See Also