Negotiates TLS/SSL cipher.

Namespace:  Rebex.Net
Assembly:  Rebex.Networking (in Rebex.Networking.dll)

Syntax

Visual Basic
Public Function BeginNegotiate ( _
	callback As AsyncCallback, _
	state As Object _
) As IAsyncResult
C#
public IAsyncResult BeginNegotiate(
	AsyncCallback callback,
	Object state
)

Parameters

callback
Type: System..::..AsyncCallback
state
Type: System..::..Object

Return Value

An IAsyncResult that references the asynchronous operation.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also