TlsSocket.BeginNegotiate Method
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9448)
BeginNegotiate(AsyncCallback, Object)
Negotiates TLS/SSL cipher.
Declaration
public IAsyncResult BeginNegotiate(AsyncCallback callback, object state)
Parameters
| Type | Name | Description |
|---|---|---|
| AsyncCallback | callback | |
| Object | state |
Returns
| Type | Description |
|---|---|
| IAsyncResult | An IAsyncResult that references the asynchronous operation. |