Gets or sets a value indicating whether to accept the tunneling request.

Namespace:  Rebex.Net.Servers
Assembly:  Rebex.FileServer (in Rebex.FileServer.dll)

Syntax

Visual Basic
Public Property Accept As Boolean
	Get
	Set
C#
public bool Accept { get; set; }

Field Value

True to accept the request; false to reject it.

Remarks

Default is true.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also