LumiSoft Net Help
EndStartTLS Method (asyncResult)
NamespacesLumiSoft.Net.POP3.ClientPOP3_ClientEndStartTLS(IAsyncResult)
Ends a pending asynchronous StartTLS request.
Declaration Syntax
C#Visual BasicVisual C++F#
[ObsoleteAttribute("Use Stls/StlsAsync method instead.")]
public void EndStartTLS(
	IAsyncResult asyncResult
)
<ObsoleteAttribute("Use Stls/StlsAsync method instead.")>
Public Sub EndStartTLS ( 
	asyncResult As IAsyncResult
)
public:
[ObsoleteAttribute(L"Use Stls/StlsAsync method instead.")]
void EndStartTLS(
	IAsyncResult^ asyncResult
)
[<ObsoleteAttribute("Use Stls/StlsAsync method instead.")>]
member EndStartTLS : 
        asyncResult : IAsyncResult -> unit 
Parameters
asyncResult (IAsyncResult)
An IAsyncResult that stores state information and any user defined data for this asynchronous operation.
Exceptions
ExceptionCondition
ObjectDisposedExceptionIs raised when this object is disposed and this method is accessed.
ArgumentNullExceptionIs raised when asyncResult is null.
ArgumentExceptionIs raised when invalid asyncResult passed to this method.
POP3_ClientExceptionIs raised when POP3 server returns error.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119