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