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