 | Pop3STLSAsync Method |
Sends 'STLS' command and initializes SSL/TLS connection (issues CAPA command).
Namespace: Limilabs.Client.POP3Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic Task STLSAsync(
CancellationToken cancel = default
)
Public Function STLSAsync (
Optional cancel As CancellationToken = Nothing
) As Task
public:
Task^ STLSAsync(
CancellationToken cancel = CancellationToken()
)
member STLSAsync :
?cancel : CancellationToken
(* Defaults:
let _cancel = defaultArg cancel new CancellationToken()
*)
-> Task Parameters
- cancel CancellationToken (Optional)
- A cancellation token that can be used to signal the asynchronous operation should be canceled.
Return Value
TaskA task that represents the asynchronous STLS operation.
Exceptions
See Also