Gets or sets the connection options.

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

Syntax

Visual Basic
Public Property Options As TlsOptions
	Get
	Set
C#
public TlsOptions Options { get; set; }

Field Value

Connection options.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also