Namespace:
Rebex.Net
Assembly:
Rebex.Imap (in Rebex.Imap.dll)
Syntax
Visual Basic |
---|
<ObsoleteAttribute("This overload of the Secure method has been deprecated and will be removed. Use another variant and specify parameters using Settings object instead.", _ True)> _ Public Function BeginSecure ( _ parameters As TlsParameters, _ callback As AsyncCallback, _ state As Object _ ) As IAsyncResult |
C# |
---|
[ObsoleteAttribute("This overload of the Secure method has been deprecated and will be removed. Use another variant and specify parameters using Settings object instead.", true)] public IAsyncResult BeginSecure( TlsParameters parameters, AsyncCallback callback, Object state ) |
Parameters
- parameters
- Type: Rebex.Net..::..TlsParameters
- callback
- Type: System..::..AsyncCallback
- state
- Type: System..::..Object