ConnectingEventArgs.Accept Property
Namespace: Rebex.Net.Servers
Assembly: Rebex.FileServer.dll (version 7.0.9083)
Accept
Gets or sets a value indicating whether to accept a new session.
Declaration
public bool Accept { get; set; }
Property Value
Type | Description |
---|---|
Boolean | True to accept the session; false to reject it. |
Remarks
Default is true.