Returns the underlying
Socket MailBee uses for the
current network connection.
Namespace: MailBee.ImapMailAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic Socket GetSocket()
Public Function GetSocket As Socket
Return Value
Type:
SocketA reference to the underlying
Socket MailBee uses for the
current network connection, or a null reference (
Nothing in Visual Basic) if there is no active
connection.
See Also