Returns the underlying
Socket MailBee uses for the
current network connection.
Namespace: MailBee.Pop3MailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public 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 if there is no active connection.
Remarks In case of UWP edition, this method returns StreamSocket instead.
See Also