DisconnectedEventArgsProtocol Property |
Gets application-level protocol of the closed connection.
Namespace: MailBeeAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic 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.
RemarksThis value indicates the protocol this connection was used for.
See Also