DataTransferEventArgsProtocol Property |
Gets application-level protocol of the current 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 of the current connection, or
Unknown
if the protocol is unknown.
Remarks This value indicates the protocol this connection is used for.
See Also