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.