Gets or sets a value indicating whether to accept a new session.
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 session; false to reject it.Remarks
Default is true.