DisconnectedEventArgsProtocol Property |
Gets application-level protocol of the closed connection.
Namespace: MailBeeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public TopLevelProtocolType Protocol { get; }
Public ReadOnly Property Protocol As TopLevelProtocolType
Get
Property Value
Type:
TopLevelProtocolTypeThe 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