TwclObexOppServer.OnConnect Event

The event fires when a client connects to the server.

Namespace: wclObex
public
 property OnConnect: TwclObexOppServerConnectEvent read FOnConnect
 write FOnConnect;

The server should accept connection by calling Accept method or reject connection by calling Reject method.