Pop3.SecureAsync Method
Namespace: Rebex.Net
Assembly: Rebex.Pop3.dll (version 7.0.9083)
SecureAsync(Object)
Begins asynchronous Secure operation. Secures the connection with TLS/SSL using default parameters.
Declaration
public Task SecureAsync(object state = null)
Parameters
Type | Name | Description |
---|---|---|
Object | state | An optional user-provided object that identifies this particular asynchronous operation. |
Returns
Type | Description |
---|---|
Task |